Skip to content

Commit

Permalink
rp: Fix formatting string to please CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timokroeger committed Jan 5, 2023
1 parent 1096a97 commit 539f97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embassy-rp/src/uart/buffered.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ pub(crate) unsafe fn on_interrupt<T: Instance>(_: *mut ()) {
w.set_oeic(ris.oeris());
});

trace!("on_interrupt ris={=u32:#X}", ris.0);
trace!("on_interrupt ris={:#X}", ris.0);

// Errors
if ris.feris() {
Expand Down

0 comments on commit 539f97d

Please sign in to comment.