mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-12 16:48:26 +00:00
Fixed: warning: extra tokens at end of #endif directive
This commit is contained in:
parent
c80e5aca30
commit
80f221ed11
1 changed files with 6 additions and 6 deletions
|
@ -1092,7 +1092,7 @@ static void lcd_control_menu() {
|
||||||
enqueue_and_echo_command_now(cmd);
|
enqueue_and_echo_command_now(cmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif PIDTEMP || PIDTEMPBED
|
#endif //PIDTEMP || PIDTEMPBED
|
||||||
|
|
||||||
#if ENABLED(PIDTEMP)
|
#if ENABLED(PIDTEMP)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue