Fixed: warning: extra tokens at end of #endif directive
This commit is contained in:
parent
c80e5aca30
commit
80f221ed11
|
@ -1092,7 +1092,7 @@ static void lcd_control_menu() {
|
|||
enqueue_and_echo_command_now(cmd);
|
||||
}
|
||||
|
||||
#endif PIDTEMP || PIDTEMPBED
|
||||
#endif //PIDTEMP || PIDTEMPBED
|
||||
|
||||
#if ENABLED(PIDTEMP)
|
||||
|
||||
|
|
Loading…
Reference in a new issue