mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 22:35:19 +01:00
Fix typos
This commit is contained in:
parent
cbe5926880
commit
9a67f00a30
3 changed files with 3 additions and 3 deletions
|
|
@ -140,7 +140,7 @@ pub fn codegen(ctxt: Context, app: &App, analysis: &Analysis) -> TokenStream2 {
|
|||
let interrupt = &analysis
|
||||
.interrupts
|
||||
.get(&priority)
|
||||
.expect("RTIC-ICE: interrupt identifer not found")
|
||||
.expect("RTIC-ICE: interrupt identifier not found")
|
||||
.0;
|
||||
|
||||
let internal_spawn_ident = util::internal_task_ident(name, "spawn");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue