re-applying change
This commit is contained in:
parent
08940cc6c0
commit
c23cb5693a
|
@ -189,6 +189,9 @@ static void timerValidationCallback(void *arg) {
|
||||||
* helps to make sure our GPT hardware settings are somewhat right
|
* helps to make sure our GPT hardware settings are somewhat right
|
||||||
*/
|
*/
|
||||||
static void validateHardwareTimer() {
|
static void validateHardwareTimer() {
|
||||||
|
if (hasFirmwareError()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
testSchedulingStart = currentTimeMillis();
|
testSchedulingStart = currentTimeMillis();
|
||||||
|
|
||||||
// to save RAM let's use 'watchDogBuddy' here once before we enable watchdog
|
// to save RAM let's use 'watchDogBuddy' here once before we enable watchdog
|
||||||
|
|
Loading…
Reference in New Issue