Re-enable watchdog

This commit is contained in:
JF 2020-04-27 20:46:25 +02:00
parent 746c164c59
commit 833c53424a

View file

@ -38,8 +38,8 @@ void SystemTask::Process(void *instance) {
} }
void SystemTask::Work() { void SystemTask::Work() {
// watchdog.Setup(7); watchdog.Setup(7);
// watchdog.Start(); watchdog.Start();
NRF_LOG_INFO("Last reset reason : %s", Pinetime::Drivers::Watchdog::ResetReasonToString(watchdog.ResetReason())); NRF_LOG_INFO("Last reset reason : %s", Pinetime::Drivers::Watchdog::ResetReasonToString(watchdog.ResetReason()));
APP_GPIOTE_INIT(2); APP_GPIOTE_INIT(2);