Fix compiling with just an 16x2 LCD and no buttons.

This commit is contained in:
daid303 2012-12-12 11:32:33 +01:00
parent b99a928a80
commit 6731c094ee

View File

@ -835,7 +835,7 @@ void process_commands()
{
switch( (int)code_value() )
{
#ifdef ULTRA_LCD
#ifdef ULTIPANEL
case 0: // M0 - Unconditional stop - Wait for user button press on LCD
case 1: // M1 - Conditional stop - Wait for user button press on LCD
{