This commit is contained in:
Gerolf Ziegenhain 2016-10-04 16:31:36 +02:00
parent e340b9f9be
commit 4c62e4f573
1 changed files with 0 additions and 2 deletions

View File

@ -138,7 +138,6 @@ void msleep(int d){
usleep(d*1000);
}
#ifdef __MACH__
int beep(double freq_hz, double duration_sec)
{
if (freq_hz > 0.0) {
@ -163,7 +162,6 @@ int beep_close()
buzzer_stop();
return 0;
}
#endif
int beep_test(void)