summaryrefslogtreecommitdiff
path: root/firmware/pcm_record.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/pcm_record.c')
-rw-r--r--firmware/pcm_record.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/pcm_record.c b/firmware/pcm_record.c
index 444d3f61fa..500f014b47 100644
--- a/firmware/pcm_record.c
+++ b/firmware/pcm_record.c
@@ -381,9 +381,9 @@ static void pcmrec_callback(bool flush) __attribute__ ((section (".icode")));
381static void pcmrec_callback(bool flush) 381static void pcmrec_callback(bool flush)
382{ 382{
383 int num_ready, num_free, num_new; 383 int num_ready, num_free, num_new;
384 unsigned short *ptr; 384 short *ptr;
385 int i, j, w;
386 short value; 385 short value;
386 int i, j, w;
387 387
388 w = write_index; 388 w = write_index;
389 389