diff options
Diffstat (limited to 'examples/capacity.rs')
-rw-r--r-- | examples/capacity.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/capacity.rs b/examples/capacity.rs index 2dea2c30..fca7fe2b 100644 --- a/examples/capacity.rs +++ b/examples/capacity.rs @@ -23,7 +23,7 @@ macro_rules! println { #[app(device = lm3s6965)] const APP: () = { - #[init(spawn = [foo])] + #[init] fn init() { rtfm::pend(Interrupt::UART0); } |