Fix wrongly typed float literal
This commit is contained in:
parent
bb0ea908cb
commit
78501143cc
@ -57,7 +57,7 @@ static bool check_eeprom_header(void)
|
||||
static void settings_eeprom_zero()
|
||||
{
|
||||
settings_eeprom_save_calibration(0.0f, 0.0f, false);
|
||||
settings_eeprom_save_overtemp_limit(0.0, false);
|
||||
settings_eeprom_save_overtemp_limit(0.0f, false);
|
||||
}
|
||||
|
||||
bool settings_eeprom_detect_and_prepare(void)
|
||||
|
Loading…
Reference in New Issue
Block a user