aboutsummaryrefslogtreecommitdiff
path: root/tests/cfail/token-transfer.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/token-transfer.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/token-transfer.rs')
-rw-r--r--tests/cfail/token-transfer.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cfail/token-transfer.rs b/tests/cfail/token-transfer.rs
index b8bcc00..d10b82b 100644
--- a/tests/cfail/token-transfer.rs
+++ b/tests/cfail/token-transfer.rs
@@ -17,7 +17,6 @@ app! { //~ error bound `rtfm::Threshold: core::marker::Send` is not satisfied
tasks: {
EXTI0: {
- enabled: true,
path: exti0,
priority: 1,
resources: [TOKEN],