More coverity fixes
This commit is contained in:
@ -609,6 +609,7 @@ static float analog2temp(int raw, uint8_t e) {
|
||||
SERIAL_ERROR((int)e);
|
||||
SERIAL_ERRORLNPGM(" - Invalid extruder number !");
|
||||
kill();
|
||||
return 0.0;
|
||||
}
|
||||
#ifdef HEATER_0_USES_MAX6675
|
||||
if (e == 0)
|
||||
|
Reference in New Issue
Block a user