Browse Source

Fixed: warning: extra tokens at end of #endif directive

pull/1/head
jbrazio 8 years ago
parent
commit
80f221ed11
  1. 2
      Marlin/ultralcd.cpp

2
Marlin/ultralcd.cpp

@ -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…
Cancel
Save