Compiler issues (PR#2696)
This commit is contained in:
parent
47401ec97b
commit
25d636c9e0
|
@ -7056,6 +7056,8 @@ void manage_inactivity(bool ignore_stepper_queue/*=false*/) {
|
|||
void kill(const char* lcd_msg) {
|
||||
#if ENABLED(ULTRA_LCD)
|
||||
lcd_setalertstatuspgm(lcd_msg);
|
||||
#else
|
||||
UNUSED(lcd_msg);
|
||||
#endif
|
||||
|
||||
cli(); // Stop interrupts
|
||||
|
|
|
@ -796,6 +796,7 @@ static float analog2tempBed(int raw) {
|
|||
|
||||
#else
|
||||
|
||||
UNUSED(raw);
|
||||
return 0;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue