[Ooops] Fixed comment in watchdog driver

rocketry
Richard Eoin Meadows 2014-10-24 19:34:45 +01:00
rodzic a5389fbb99
commit fb60d489d3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -165,6 +165,6 @@ void wdt_reset_count(void)
WDT_WAIT_FOR_SYNC(hw);
/* Disable the Watchdog module */
/* Reset the Watchdog module */
hw->CLEAR.reg = WDT_CLEAR_CLEAR_KEY;
}