Skip to main content
Sign in
Snippets Groups Projects
Commit f394c063 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Merge pull request #3230 from jbrazio/bugfix/ultra-lcd-warning

Fix a compiler warning in ultralcd.cpp
parents f52f388b 80f221ed
Branches
Tags
No related merge requests found
...@@ -1114,7 +1114,7 @@ static void lcd_control_menu() { ...@@ -1114,7 +1114,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)
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment