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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/pcm_record.c b/firmware/pcm_record.c
index 85ab7caafc..270bb354d2 100644
--- a/firmware/pcm_record.c
+++ b/firmware/pcm_record.c
@@ -1564,7 +1564,7 @@ static void pcmrec_thread(void)
1564 1564
1565 logf("thread pcmrec start"); 1565 logf("thread pcmrec start");
1566 1566
1567 static void clear_flush_interrupt(void) 1567 void clear_flush_interrupt(void)
1568 { 1568 {
1569 if (--flush_interrupts < 0) 1569 if (--flush_interrupts < 0)
1570 flush_interrupts = 0; 1570 flush_interrupts = 0;