Fix comment in esp32c3 ram example

This commit is contained in:
Robert Wiewel 2022-02-28 08:54:26 +01:00
parent dc59f7b777
commit 2bd1e64df1

View File

@ -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