More coverity fixes
This commit is contained in:
parent
88b494678f
commit
cfb98ef682
3 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue