stm32/wpan: remove break
This commit is contained in:
parent
c1fc98c313
commit
bc0734eee5
1 changed files with 0 additions and 2 deletions
|
@ -39,8 +39,6 @@ impl Ble {
|
||||||
let event = EvtBox::new(event);
|
let event = EvtBox::new(event);
|
||||||
|
|
||||||
EVT_CHANNEL.try_send(event).unwrap();
|
EVT_CHANNEL.try_send(event).unwrap();
|
||||||
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue