diff options
author | Marvin Borner | 2019-09-16 20:01:31 +0200 |
---|---|---|
committer | Marvin Borner | 2019-09-16 20:01:31 +0200 |
commit | a6b67d12dc98e48fae69c8df411a3dda65ea48cf (patch) | |
tree | 762ab6640e4fa72ea271d05bbf32aa2f5e49f23b /src/sound/sound.h | |
parent | 397c44c212cabe6d974925ef1752f5eec49f5f44 (diff) |
Added small boot-up chime
Diffstat (limited to 'src/sound/sound.h')
-rw-r--r-- | src/sound/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h index f8692ea..baf70b2 100644 --- a/src/sound/sound.h +++ b/src/sound/sound.h @@ -1,6 +1,6 @@ #ifndef MELVIX_SOUND_H #define MELVIX_SOUND_H -void beep(); +void beep(uint32_t frequency, uint32_t ticks); #endif |