7 lines
142 B
C
7 lines
142 B
C
#ifndef CONFIG_APP_SD_MUSIC_H
|
|
#define CONFIG_APP_SD_MUSIC_H
|
|
|
|
int music_app_check(void);//music 在线检测 切换模式判断使用
|
|
|
|
#endif
|