mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Fix warning in wrong-threshold cfail test
This commit is contained in:
parent
21d1f6b9ad
commit
b1777ebd68
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
#![deny(warnings)]
|
#![deny(warnings)]
|
||||||
#![feature(const_fn)]
|
|
||||||
#![feature(proc_macro)]
|
#![feature(proc_macro)]
|
||||||
#![no_std]
|
#![no_std]
|
||||||
|
|
||||||
|
@ -46,4 +45,4 @@ fn exti0(mut ot: &mut Threshold, r: EXTI0::Resources) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
fn exti1(_t: &mut Threshold, r: EXTI1::Resources) {}
|
fn exti1(_t: &mut Threshold, _r: EXTI1::Resources) {}
|
||||||
|
|
Loading…
Reference in a new issue