fix formatting

This commit is contained in:
Peter Gibson 2023-06-15 18:33:01 +10:00
parent 837950cd74
commit d23717904b

View File

@ -48,7 +48,8 @@ impl<T: BasicInstance> interrupt::typelevel::Handler<T::Interrupt> for Interrupt
if !buf.is_empty() {
buf[0] = dr.unwrap();
rx_writer.push_done(1);
} else {
}
else {
// FIXME: Should we disable any further RX interrupts when the buffer becomes full.
}