summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 85ab7ca..270bb35 100644
--- a/firmware/pcm_record.c
+++ b/firmware/pcm_record.c
@@ -1564,7 +1564,7 @@ static void pcmrec_thread(void)
logf("thread pcmrec start");
- static void clear_flush_interrupt(void)
+ void clear_flush_interrupt(void)
{
if (--flush_interrupts < 0)
flush_interrupts = 0;