Files
BLE-USB_Dongle/apps/earphone/include/app_music.h
T

9 lines
114 B
C

#ifndef CONFIG_APP_MUSIC_H
#define CONFIG_APP_MUSIC_H
void app_music_exit();
int music_app_check(void);
#endif