Ignore unused beeper pins
This commit is contained in:
		@@ -1425,7 +1425,7 @@ void process_commands()
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    break;
 | 
					    break;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #ifdef BEEPER
 | 
					    #if defined(BEEPER) && BEEPER > -1
 | 
				
			||||||
    case 300: // M300
 | 
					    case 300: // M300
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      int beepS = 1;
 | 
					      int beepS = 1;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user