mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
fix yellow from 59a42fbf61
Change-Id: Id696c20639cdcc987c228c9faec5a1ff8744797d
This commit is contained in:
parent
59a42fbf61
commit
f1bdf1e3c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue