Skip to content
Snippets Groups Projects
Commit f8f6df08 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Removed the unused loop in init

parent bcf95193
No related branches found
No related tags found
No related merge requests found
......@@ -76,9 +76,7 @@ fn exti3(t: &mut Threshold, mut r: EXTI3::Resources) {
#[inline(never)]
#[allow(dead_code)]
fn init(_p: init::Peripherals, _r: init::Resources) {
loop {}
}
fn init(_p: init::Peripherals, _r: init::Resources) {}
extern crate cortex_m;
use cortex_m::register::basepri;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment