From 602a5b4374961dbcf7f3290053ab9b01f0622c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Thu, 11 Jun 2020 17:18:29 +0000 Subject: Rename RTFM to RTIC --- examples/not-send.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/not-send.rs') diff --git a/examples/not-send.rs b/examples/not-send.rs index d27cc82..fc2196c 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 ()>, -- cgit v1.2.3