mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
Rename RTFM to RTIC
This commit is contained in:
parent
4a0393f756
commit
602a5b4374
129 changed files with 454 additions and 454 deletions
|
|
@ -1,11 +1,11 @@
|
|||
use quote::quote;
|
||||
use rtfm_syntax::Settings;
|
||||
use rtic_syntax::Settings;
|
||||
|
||||
#[test]
|
||||
fn analyze() {
|
||||
let mut settings = Settings::default();
|
||||
settings.parse_extern_interrupt = true;
|
||||
let (app, analysis) = rtfm_syntax::parse2(
|
||||
let (app, analysis) = rtic_syntax::parse2(
|
||||
quote!(device = pac),
|
||||
quote!(
|
||||
const APP: () = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue