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/token-outlive.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/cfail/token-outlive.rs') diff --git a/tests/cfail/token-outlive.rs b/tests/cfail/token-outlive.rs index dc9112e..31231b7 100644 --- a/tests/cfail/token-outlive.rs +++ b/tests/cfail/token-outlive.rs @@ -17,14 +17,12 @@ app! { tasks: { EXTI0: { - enabled: true, path: exti0, priority: 1, resources: [STATE], }, EXTI1: { - enabled: true, path: exti1, priority: 2, resources: [STATE], -- cgit v1.2.3