Change from kill() to kill(const char *)
in temperature.cpp
This commit is contained in:
parent
f4a93ed997
commit
cb6e82dc60
@ -723,7 +723,7 @@ static float analog2temp(int raw, uint8_t e) {
|
|||||||
SERIAL_ERROR_START;
|
SERIAL_ERROR_START;
|
||||||
SERIAL_ERROR((int)e);
|
SERIAL_ERROR((int)e);
|
||||||
SERIAL_ERRORLNPGM(MSG_INVALID_EXTRUDER_NUM);
|
SERIAL_ERRORLNPGM(MSG_INVALID_EXTRUDER_NUM);
|
||||||
kill();
|
kill(PSTR(MSG_KILLED));
|
||||||
return 0.0;
|
return 0.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user