fix yellow from 59a42fbf61

Change-Id: Id696c20639cdcc987c228c9faec5a1ff8744797d
This commit is contained in:
Solomon Peachy 2026-06-10 11:28:04 -04:00
parent 59a42fbf61
commit f1bdf1e3c2

View file

@ -77,7 +77,7 @@
*/
/* 'true' when all stages of pcm initialization have completed */
volatile static bool pcm_is_ready[PCM_SINK_NUM] SHAREDBSS_ATTR = { false };
static volatile bool pcm_is_ready[PCM_SINK_NUM] SHAREDBSS_ATTR = { false };
#ifdef USB_ENABLE_IAP
extern struct pcm_sink iap_pcm_sink;