From a31a501a6caf247e7065beb97330ccdc6f9fe25c Mon Sep 17 00:00:00 2001 From: Sven Friedrich Date: Tue, 16 Jan 2024 15:55:10 +0100 Subject: [PATCH] fix(macros): remove `REFRESH_PERIOD` from queuing port documentation --- macros/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/macros/src/lib.rs b/macros/src/lib.rs index e458952..61e3bd3 100644 --- a/macros/src/lib.rs +++ b/macros/src/lib.rs @@ -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