stm32/wpan: remove break

This commit is contained in:
xoviat 2023-06-13 18:05:27 -05:00
parent c1fc98c313
commit bc0734eee5

View file

@ -39,8 +39,6 @@ impl Ble {
let event = EvtBox::new(event);
EVT_CHANNEL.try_send(event).unwrap();
break;
}
}