mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Break codegen for 0-prio async
This commit is contained in:
parent
acd20301be
commit
a5195c792b
1 changed files with 9 additions and 9 deletions
|
@ -67,15 +67,15 @@ pub fn codegen(
|
|||
(mod_app, root_idle, user_idle, call_idle)
|
||||
} else {
|
||||
// TODO: No idle defined, check for 0-priority tasks and generate an executor if needed
|
||||
unimplemented!();
|
||||
|
||||
//
|
||||
(
|
||||
vec![],
|
||||
vec![],
|
||||
None,
|
||||
quote!(loop {
|
||||
rtic::export::nop()
|
||||
}),
|
||||
)
|
||||
// (
|
||||
// vec![],
|
||||
// vec![],
|
||||
// None,
|
||||
// quote!(loop {
|
||||
// rtic::export::nop()
|
||||
// }),
|
||||
// )
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue