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 --- macros/src/codegen/locals.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macros/src/codegen/locals.rs') diff --git a/macros/src/codegen/locals.rs b/macros/src/codegen/locals.rs index cbfe05f..127f4b0 100644 --- a/macros/src/codegen/locals.rs +++ b/macros/src/codegen/locals.rs @@ -1,6 +1,6 @@ use proc_macro2::TokenStream as TokenStream2; use quote::quote; -use rtfm_syntax::{ +use rtic_syntax::{ ast::{App, Local}, Context, Core, Map, }; @@ -43,7 +43,7 @@ pub fn codegen( has_cfgs |= !cfgs.is_empty(); let section = if local.shared && cfg!(feature = "heterogeneous") { - Some(quote!(#[rtfm::export::shared])) + Some(quote!(#[rtic::export::shared])) } else { util::link_section("data", core) }; -- cgit v1.2.3