wip
This commit is contained in:
parent
a61c528315
commit
fc605357df
11
src/beep.c
11
src/beep.c
@ -261,4 +261,15 @@ int beep_test(void)
|
|||||||
snd_pcm_close(handle);
|
snd_pcm_close(handle);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int beep(double freq_hz, double duration_sec)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
int beep_init()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
int beep_close()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user