mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
refactor(macro): changed not-yet-changed crate names to $crate
This commit is contained in:
parent
a071ab05b2
commit
28790218c0
2 changed files with 2 additions and 2 deletions
|
|
@ -167,7 +167,7 @@ macro_rules! make_systick_handler {
|
|||
|
||||
pub struct SystickToken;
|
||||
|
||||
unsafe impl $crate::InterruptToken<rtic_monotonics::systick::Systick>
|
||||
unsafe impl $crate::InterruptToken<$crate::systick::Systick>
|
||||
for SystickToken
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue