diff options
Diffstat (limited to 'embassy-time-driver')
| -rw-r--r-- | embassy-time-driver/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-time-driver/src/lib.rs b/embassy-time-driver/src/lib.rs index c776fbdf8..9f2795a01 100644 --- a/embassy-time-driver/src/lib.rs +++ b/embassy-time-driver/src/lib.rs | |||
| @@ -46,6 +46,9 @@ | |||
| 46 | //! | 46 | //! |
| 47 | //! Then, you'll need to adapt the `schedule_wake` method to use this queue. | 47 | //! Then, you'll need to adapt the `schedule_wake` method to use this queue. |
| 48 | //! | 48 | //! |
| 49 | //! Note that if you are using multiple queues, you will need to ensure that a single timer | ||
| 50 | //! queue item is only ever enqueued into a single queue at a time. | ||
| 51 | //! | ||
| 49 | //! ```ignore | 52 | //! ```ignore |
| 50 | //! use core::cell::RefCell; | 53 | //! use core::cell::RefCell; |
| 51 | //! use core::task::Waker; | 54 | //! use core::task::Waker; |
