diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-03-29 20:09:36 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-03-29 20:09:36 +0200 |
| commit | ee6e6938f6cf216b55a7a2a6695980fc0ef9a629 (patch) | |
| tree | 25929628a3bdaaeebb7a0f921ceb6ade75830151 /rtic-monotonics/src/rp2040.rs | |
| parent | 3a0e2ac92438c818f7f12d894c576de9af9fcc01 (diff) | |
Update monotonic token macro names
Diffstat (limited to 'rtic-monotonics/src/rp2040.rs')
| -rw-r--r-- | rtic-monotonics/src/rp2040.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-monotonics/src/rp2040.rs b/rtic-monotonics/src/rp2040.rs index 6aa66ce..9d2f4f3 100644 --- a/rtic-monotonics/src/rp2040.rs +++ b/rtic-monotonics/src/rp2040.rs @@ -138,7 +138,7 @@ impl embedded_hal_async::delay::DelayUs for Timer { /// Register the Timer interrupt for the monotonic. #[macro_export] -macro_rules! make_rp2040_monotonic_handler { +macro_rules! create_rp2040_monotonic_token { () => {{ #[no_mangle] #[allow(non_snake_case)] |
