Skip to content
Snippets Groups Projects
Commit afd011e1 authored by Stephen D's avatar Stephen D
Browse files

oops

parent c585f55e
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ impl<'a> RadioManager<'a> {
self.radio.start_tx(data).ok()?;
while !self.radio.is_idle() {
self.radio.interrupt(None, Some(data)).ok();
self.radio.interrupt(None, Some(data)).ok()?;
}
led.lock(|l| l.set_low().ok());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment