Merge pull request #4456 from jbrazio/speaker-type3

Improvement to non-blocking speaker
This commit is contained in:
Scott Lahteine 2016-07-30 04:07:08 -07:00 committed by GitHub
commit 8e2f095dde
4 changed files with 14 additions and 105 deletions

View file

@ -385,13 +385,8 @@ void calculate_volumetric_multipliers();
// Buzzer
#if HAS_BUZZER
#if ENABLED(SPEAKER)
#include "speaker.h"
extern Speaker buzzer;
#else
#include "buzzer.h"
extern Buzzer buzzer;
#endif
#include "buzzer.h"
extern Buzzer buzzer;
#endif
/**