Files
99_7018_lmx/apps/earphone/include/app_music.h

9 lines
114 B
C
Raw Normal View History

2025-10-29 13:10:02 +08:00
#ifndef CONFIG_APP_MUSIC_H
#define CONFIG_APP_MUSIC_H
void app_music_exit();
int music_app_check(void);
#endif