mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-18 15:21:25 +00:00
Ignore unused beeper pins
This commit is contained in:
parent
1a0f889803
commit
9a1c90471f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue