Parenthesize IS_SD_PRINTING defensively
This commit is contained in:
parent
3066fd1db3
commit
001876a807
|
|
@ -444,7 +444,7 @@ void get_command()
|
|||
allow_when_stopped = true;
|
||||
|
||||
// Handle the USB timer
|
||||
if ((*cmd_start == 'G') && !IS_SD_PRINTING)
|
||||
if ((*cmd_start == 'G') && !(IS_SD_PRINTING))
|
||||
usb_timer.start();
|
||||
|
||||
if (allow_when_stopped == false && Stopped == true) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue