aboutsummaryrefslogtreecommitdiff
path: root/examples/two-tasks.rs
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2017-07-27 17:08:42 -0500
committerGravatar Jorge Aparicio <jorge@japaric.io> 2017-07-27 17:08:42 -0500
commitd396da59502ef67f624bb4d8927ff8697232f66c (patch)
tree264e29e59cf4fe119fb82481b9c6949c579e8399 /examples/two-tasks.rs
parentad2a523cf9d39191d54f4dda3c99f22b5bade7de (diff)
downloadrtic-d396da59502ef67f624bb4d8927ff8697232f66c.tar.gz
rtic-d396da59502ef67f624bb4d8927ff8697232f66c.tar.zst
rtic-d396da59502ef67f624bb4d8927ff8697232f66c.zip
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 'examples/two-tasks.rs')
-rw-r--r--examples/two-tasks.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/two-tasks.rs b/examples/two-tasks.rs
index 7343137d..42b91e4a 100644
--- a/examples/two-tasks.rs
+++ b/examples/two-tasks.rs
@@ -33,7 +33,6 @@ app! {
// For interrupts the `enabled` field must be specified. It
// indicates if the interrupt will be enabled or disabled once
// `idle` starts
- enabled: true,
path: tim2,
priority: 1,
resources: [COUNTER],