aboutsummaryrefslogtreecommitdiff
path: root/tests/cfail/critical-section.rs
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-07-27 17:08:42 -0500
committerJorge Aparicio <jorge@japaric.io>2017-07-27 17:08:42 -0500
commitd396da59502ef67f624bb4d8927ff8697232f66c (patch)
tree264e29e59cf4fe119fb82481b9c6949c579e8399 /tests/cfail/critical-section.rs
parentad2a523cf9d39191d54f4dda3c99f22b5bade7de (diff)
make task.$T.enabled optional
and move the logic that differentiates interrupts from exceptions from the crate to the procedural macro logic
Diffstat (limited to 'tests/cfail/critical-section.rs')
-rw-r--r--tests/cfail/critical-section.rs1
1 files changed, 0 insertions, 1 deletions
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],