aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/uart/buffered.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-rp/src/uart/buffered.rs')
-rw-r--r--embassy-rp/src/uart/buffered.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-rp/src/uart/buffered.rs b/embassy-rp/src/uart/buffered.rs
index e57b72599..645d703d8 100644
--- a/embassy-rp/src/uart/buffered.rs
+++ b/embassy-rp/src/uart/buffered.rs
@@ -490,8 +490,6 @@ impl<T: Instance> interrupt::typelevel::Handler<T::Interrupt> for BufferedInterr
490 w.set_oeic(ris.oeris()); 490 w.set_oeic(ris.oeris());
491 }); 491 });
492 492
493 trace!("on_interrupt ris={:#X}", ris.0);
494
495 // Errors 493 // Errors
496 if ris.feris() { 494 if ris.feris() {
497 warn!("Framing error"); 495 warn!("Framing error");