From 2bd1e64df199d7d4bbe6ffa295cfcba3b73cebf6 Mon Sep 17 00:00:00 2001 From: Robert Wiewel Date: Mon, 28 Feb 2022 08:54:26 +0100 Subject: [PATCH] Fix comment in esp32c3 ram example --- esp32c3-hal/examples/ram.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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