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 --- homogeneous/examples/x-init-2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'homogeneous/examples/x-init-2.rs') diff --git a/homogeneous/examples/x-init-2.rs b/homogeneous/examples/x-init-2.rs index de35cf6..11caacd 100644 --- a/homogeneous/examples/x-init-2.rs +++ b/homogeneous/examples/x-init-2.rs @@ -7,7 +7,7 @@ use panic_halt as _; -#[rtfm::app(cores = 2, device = homogeneous)] +#[rtic::app(cores = 2, device = homogeneous)] const APP: () = { struct Resources { // owned by core #1 but initialized by core #0 -- cgit v1.2.3