diff --git a/Src/main.c b/Src/main.c index 4b2a62aa..3590da36 100644 --- a/Src/main.c +++ b/Src/main.c @@ -681,7 +681,7 @@ void loadEEpromSettings() #ifdef GIGADEVICES TIMER_CCHP(TIMER0) |= dead_time_override; #endif - + } if (eepromBuffer.limits.temperature < 70 || eepromBuffer.limits.temperature > 140) { eepromBuffer.limits.temperature = 255; }