This commit is contained in:
Gerolf Ziegenhain 2016-10-04 16:39:46 +02:00
parent a61c528315
commit fc605357df
1 changed files with 11 additions and 0 deletions

View File

@ -261,4 +261,15 @@ int beep_test(void)
snd_pcm_close(handle);
return 0;
}
int beep(double freq_hz, double duration_sec)
{
}
int beep_init()
{
}
int beep_close()
{
}
#endif