From 7fdf16eab948ea04c1e56fdb5a704ed88780f5c6 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 8 Apr 2018 18:23:27 +0200 Subject: update parser closes #69 this doesn't change functionality per se but improves diagnostics in some cases. Some hard errors have becomes warnings, for example: when `resources` is empty, or when `idle.path` is set to the default `idle` path. --- tests/cfail/interrupt.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/cfail/interrupt.rs') 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, }, -- cgit v1.2.3