diff --git a/embassy-nrf/src/uarte.rs b/embassy-nrf/src/uarte.rs index 70f509af..72dcd41b 100644 --- a/embassy-nrf/src/uarte.rs +++ b/embassy-nrf/src/uarte.rs @@ -276,7 +276,7 @@ impl<'d, T: Instance> Write for Uarte<'d, T> { } #[cfg(not(any(feature = "_nrf9160", feature = "nrf5340")))] -pub(in crate) fn apply_workaround_for_enable_anomaly(r: &crate::pac::uarte0::RegisterBlock) { +pub(in crate) fn apply_workaround_for_enable_anomaly(_r: &crate::pac::uarte0::RegisterBlock) { // Do nothing }