mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 12:50:53 +00:00
Fix comment in esp32c3 ram example
This commit is contained in:
parent
dc59f7b777
commit
2bd1e64df1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user