diff --git a/esp32c3-hal/examples/ram.rs b/esp32c3-hal/examples/ram.rs index ce709b72e..23ae3d32b 100644 --- a/esp32c3-hal/examples/ram.rs +++ b/esp32c3-hal/examples/ram.rs @@ -29,7 +29,7 @@ fn main() -> ! { let mut timer0 = Timer::new(peripherals.TIMG0); let mut serial0 = Serial::new(peripherals.UART0).unwrap(); - // Disable MWDT and RWDT (Watchdog) flash boot protection + // Disable MWDT flash boot protection timer0.disable(); // The RWDT flash boot protection remains enabled and it being triggered is part // of the example