Skip to content

Commit

Permalink
fix(macros): remove REFRESH_PERIOD from queuing port documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenautumns committed Jan 16, 2024
1 parent 919dcfc commit a31a501
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ mod partition;
/// - **NAME**: name used for internal apex calls (optional)
/// - **MSG_COUNT**: [u32]
/// - **MSG_SIZE**: size like ["10KB", "16kiB", "12Mb", ...](https://crates.io/crates/bytesize)
/// - **REFRESH_PERIOD**: time like ["10ms", "16s", "18m", ...](https://crates.io/crates/humantime)
/// - **DISCIPLINE**: either "FIFO" or "Priority"
///
/// ## Flexibility
Expand Down

0 comments on commit a31a501

Please sign in to comment.