Browse Source

Ignore unused beeper pins

pull/1/head
Colin Edwards 11 years ago
parent
commit
9a1c90471f
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

@ -1425,7 +1425,7 @@ void process_commands()
}
break;
#ifdef BEEPER
#if defined(BEEPER) && BEEPER > -1
case 300: // M300
{
int beepS = 1;

Loading…
Cancel
Save