Ignore unused beeper pins

hackerspace-green
Colin Edwards 2013-03-25 10:28:15 -05:00
parent 1a0f889803
commit 9a1c90471f
1 changed files with 1 additions and 1 deletions

View File

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