mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-17 21:35:20 +01:00
Fix typos
This commit is contained in:
parent
cbe5926880
commit
9a67f00a30
3 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ mod app {
|
|||
let _x: &'static mut u32 = cx.local.x;
|
||||
|
||||
// Access to the critical section token,
|
||||
// to indicate that this is a critical seciton
|
||||
// to indicate that this is a critical section
|
||||
let _cs_token: bare_metal::CriticalSection = cx.cs;
|
||||
|
||||
hprintln!("init").unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue