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/critical-section.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/cfail/critical-section.rs') diff --git a/tests/cfail/critical-section.rs b/tests/cfail/critical-section.rs index 7e73fd3..728388e 100644 --- a/tests/cfail/critical-section.rs +++ b/tests/cfail/critical-section.rs @@ -21,7 +21,6 @@ app! { tasks: { EXTI0: { - enabled: true, path: exti0, priority: 1, resources: [ON], -- cgit v1.2.3