Skip to content
Snippets Groups Projects
Commit b1777ebd authored by Jonas Schievink's avatar Jonas Schievink
Browse files

Fix warning in wrong-threshold cfail test

parent 21d1f6b9
No related branches found
No related tags found
No related merge requests found
#![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) { ...@@ -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) {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment