aboutsummaryrefslogtreecommitdiff
path: root/examples/not-send.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/not-send.rs')
-rw-r--r--examples/not-send.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/not-send.rs b/examples/not-send.rs
index d27cc82f..fc2196c2 100644
--- a/examples/not-send.rs
+++ b/examples/not-send.rs
@@ -9,7 +9,7 @@ use core::marker::PhantomData;
use cortex_m_semihosting::debug;
use panic_halt as _;
-use rtfm::app;
+use rtic::app;
pub struct NotSend {
_0: PhantomData<*const ()>,