diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-07-27 17:08:42 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-07-27 17:08:42 -0500 |
| commit | d396da59502ef67f624bb4d8927ff8697232f66c (patch) | |
| tree | 264e29e59cf4fe119fb82481b9c6949c579e8399 /examples/preemption.rs | |
| parent | ad2a523cf9d39191d54f4dda3c99f22b5bade7de (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 'examples/preemption.rs')
| -rw-r--r-- | examples/preemption.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/preemption.rs b/examples/preemption.rs index e117695..057e4fd 100644 --- a/examples/preemption.rs +++ b/examples/preemption.rs @@ -25,7 +25,6 @@ app! { }, TIM2: { - enabled: true, path: tim2, priority: 1, resources: [COUNTER], |
