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) {
|
void kill(const char* lcd_msg) {
|
||||||
#if ENABLED(ULTRA_LCD)
|
#if ENABLED(ULTRA_LCD)
|
||||||
lcd_setalertstatuspgm(lcd_msg);
|
lcd_setalertstatuspgm(lcd_msg);
|
||||||
|
#else
|
||||||
|
UNUSED(lcd_msg);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
cli(); // Stop interrupts
|
cli(); // Stop interrupts
|
||||||
|
@ -796,6 +796,7 @@ static float analog2tempBed(int raw) {
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
UNUSED(raw);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user