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 /tests/cfail/wrong-threshold.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 'tests/cfail/wrong-threshold.rs')
| -rw-r--r-- | tests/cfail/wrong-threshold.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/cfail/wrong-threshold.rs b/tests/cfail/wrong-threshold.rs index 57d6d30..c9459af 100644 --- a/tests/cfail/wrong-threshold.rs +++ b/tests/cfail/wrong-threshold.rs @@ -18,14 +18,12 @@ app! { tasks: { EXTI0: { - enabled: true, path: exti0, priority: 1, resources: [A, B], }, EXTI1: { - enabled: true, path: exti1, priority: 2, resources: [A, B], |
