Make sound louder and cleaner

This commit is contained in:
tudnai 2020-05-10 15:38:42 -07:00
parent 9003b0fa72
commit 260c09d8b8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include <stdio.h>
#define SPKR_LEVEL_MIN 0
#define SPKR_LEVEL_MAX 127
#define SPKR_LEVEL_MAX 255
extern void spkr_init(void);
extern void spkr_exit(void);