mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
Placate clippy
This commit is contained in:
parent
be6648c0ee
commit
5a8ff70f85
3 changed files with 6 additions and 6 deletions
|
|
@ -140,7 +140,7 @@ impl TimerQueueBackend for SystickBackend {
|
|||
///
|
||||
/// * `name` - The name that the monotonic type will have.
|
||||
/// * `tick_rate_hz` - The tick rate of the timer peripheral.
|
||||
/// Can be omitted; defaults to 1kHz.
|
||||
/// Can be omitted; defaults to 1kHz.
|
||||
#[macro_export]
|
||||
macro_rules! systick_monotonic {
|
||||
($name:ident) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue