diff options
Diffstat (limited to 'tests/cfail/lock.rs')
-rw-r--r-- | tests/cfail/lock.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/cfail/lock.rs b/tests/cfail/lock.rs index 8e6da468..e0e37e0f 100644 --- a/tests/cfail/lock.rs +++ b/tests/cfail/lock.rs @@ -18,21 +18,18 @@ app! { tasks: { EXTI0: { - enabled: true, path: exti0, priority: 1, resources: [MAX, ON], }, EXTI1: { - enabled: true, path: exti1, priority: 2, resources: [ON], }, EXTI2: { - enabled: true, path: exti2, priority: 16, resources: [MAX], |