This commit is contained in:
Gerolf Ziegenhain 2016-10-04 17:02:16 +02:00
parent 1262a6abfd
commit 6e24a9e0ba
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ int beep_test(void);
#include <alsa/asoundlib.h>
#include <math.h>
#define FRAMES (SAMPLE_RATE*2) //16384L
#define FRAMES (SAMPLE_RATE*2L) //16384L
int16_t buffer[FRAMES*2]; /* 16bit stereo sound samples */