mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
fix warning
This commit is contained in:
parent
2d334e76dd
commit
1ed5696f76
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ extern crate typenum;
|
|||
|
||||
use core::cell::UnsafeCell;
|
||||
use core::marker::PhantomData;
|
||||
#[cfg(not(thumbv6m))]
|
||||
use core::ops::Sub;
|
||||
|
||||
use cortex_m::interrupt::Nr;
|
||||
|
|
Loading…
Reference in a new issue