diff options
-rw-r--r-- | apps/voice_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/voice_thread.c b/apps/voice_thread.c index 3a2436c118..07a67256c4 100644 --- a/apps/voice_thread.c +++ b/apps/voice_thread.c @@ -182,7 +182,7 @@ static void voice_stop_playback(void) } /* Grab a free PCM frame */ -static uint16_t * voice_buf_get(void) +static int16_t * voice_buf_get(void) { if (voice_unplayed_frames() >= VOICE_FRAMES) { |