diff options
Diffstat (limited to 'tests/cfail/interrupt.rs')
| -rw-r--r-- | tests/cfail/interrupt.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/cfail/interrupt.rs b/tests/cfail/interrupt.rs index e3ef2e8..7c345a1 100644 --- a/tests/cfail/interrupt.rs +++ b/tests/cfail/interrupt.rs @@ -8,12 +8,10 @@ extern crate stm32f103xx; use rtfm::app; -app! { - //~^ error no variant named `EXTI33` found for type +app! { //~ error no variant named `EXTI33` found for type device: stm32f103xx, tasks: { - // ERROR this interrupt doesn't exist EXTI33: { path: exti33, }, |
