Ignore unused beeper pins

master
Colin Edwards 11 years ago
parent 1a0f889803
commit 9a1c90471f

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

Loading…
Cancel
Save