diff options
Diffstat (limited to 'tests/cfail/interrupt.rs')
-rw-r--r-- | tests/cfail/interrupt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cfail/interrupt.rs b/tests/cfail/interrupt.rs index 66d2098b..b913d832 100644 --- a/tests/cfail/interrupt.rs +++ b/tests/cfail/interrupt.rs @@ -8,7 +8,7 @@ extern crate stm32f103xx; use rtfm::app; app! { - //~^ error no associated item named `EXTI33` found for type + //~^ error no variant named `EXTI33` found for type device: stm32f103xx, tasks: { |