Minor fix for M300
Corrected wrong order of parameters.
This commit is contained in:
parent
0908c41156
commit
671aaf2dc9
@ -3971,7 +3971,7 @@ inline void gcode_M226() {
|
||||
delay(beepP);
|
||||
noTone(BEEPER);
|
||||
#elif defined(ULTRALCD)
|
||||
lcd_buzz(beepS, beepP);
|
||||
lcd_buzz(beepP, beepS);
|
||||
#elif defined(LCD_USE_I2C_BUZZER)
|
||||
lcd_buzz(beepP, beepS);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user