wip
This commit is contained in:
parent
e340b9f9be
commit
4c62e4f573
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user