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 --- ui/single/task-priority-too-high.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/single/task-priority-too-high.rs') diff --git a/ui/single/task-priority-too-high.rs b/ui/single/task-priority-too-high.rs index 24cb11e..539c3f5 100644 --- a/ui/single/task-priority-too-high.rs +++ b/ui/single/task-priority-too-high.rs @@ -1,8 +1,8 @@ #![no_main] -use rtfm::app; +use rtic::app; -#[rtfm::app(device = lm3s6965)] +#[rtic::app(device = lm3s6965)] const APP: () = { #[init] fn init(_: init::Context) {} -- cgit v1.2.3