diff options
Diffstat (limited to 'src/kernel/sound/sound.h')
-rw-r--r-- | src/kernel/sound/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/sound/sound.h b/src/kernel/sound/sound.h index 44ec6f5..001ef92 100644 --- a/src/kernel/sound/sound.h +++ b/src/kernel/sound/sound.h @@ -8,6 +8,6 @@ * @param frequency The frequency of the beep * @param ticks The duration in ticks */ -void beep(uint32_t frequency, uint32_t ticks); +void beep(u32 frequency, u32 ticks); #endif
\ No newline at end of file |