mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 05:45:19 +01:00
Add feature flags
This commit is contained in:
parent
60f0342b69
commit
b9e0f36aff
12 changed files with 88 additions and 73 deletions
|
|
@ -157,7 +157,7 @@ macro_rules! make_systick_handler {
|
|||
#[no_mangle]
|
||||
#[allow(non_snake_case)]
|
||||
unsafe extern "C" fn SysTick() {
|
||||
Systick::__tq().on_monotonic_interrupt();
|
||||
rtic_monotonics::systick::Systick::__tq().on_monotonic_interrupt();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue