diff --git a/utility/WatchdogAVR.cpp b/utility/WatchdogAVR.cpp index cb5e344..17a1aa9 100644 --- a/utility/WatchdogAVR.cpp +++ b/utility/WatchdogAVR.cpp @@ -75,9 +75,6 @@ int WatchdogAVR::sleep(int maxPeriodMS) { // Chip is now asleep! - // Once awakened by the watchdog execution resumes here. - // Start by disabling sleep. - sleep_disable(); // Check if user had the watchdog enabled before sleep and re-enable it. if (_wdto != -1)