diff --git a/rp2040-hal/src/uart.rs b/rp2040-hal/src/uart.rs index efbfc9b..e2c5224 100644 --- a/rp2040-hal/src/uart.rs +++ b/rp2040-hal/src/uart.rs @@ -224,6 +224,7 @@ impl UartPeripheral { impl UartPeripheral { /// Creates an UartPeripheral in Disabled state. pub fn new(device: D, resets: &mut pac::RESETS) -> UartPeripheral { + device.reset_bring_down(resets); device.reset_bring_up(resets); UartPeripheral {