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-sync.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/not-sync.rs') diff --git a/examples/not-sync.rs b/examples/not-sync.rs index 7ce2a82..57b18d7 100644 --- a/examples/not-sync.rs +++ b/examples/not-sync.rs @@ -14,7 +14,7 @@ pub struct NotSync { _0: PhantomData<*const ()>, } -#[rtfm::app(device = lm3s6965)] +#[rtic::app(device = lm3s6965)] const APP: () = { struct Resources { #[init(NotSync { _0: PhantomData })] -- cgit v1.2.3