From d396da59502ef67f624bb4d8927ff8697232f66c Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 27 Jul 2017 17:08:42 -0500 Subject: make task.$T.enabled optional and move the logic that differentiates interrupts from exceptions from the crate to the procedural macro logic --- tests/cfail/duplicated-task.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/cfail/duplicated-task.rs') diff --git a/tests/cfail/duplicated-task.rs b/tests/cfail/duplicated-task.rs index a167576..d91f09b 100644 --- a/tests/cfail/duplicated-task.rs +++ b/tests/cfail/duplicated-task.rs @@ -9,7 +9,6 @@ use rtfm::app; app! { //~^ error proc macro panicked - //~| help parsing device: stm32f103xx, tasks: { -- cgit v1.2.3