KT24-1110_65E-HA-651B/apps/soundbox/include/task_manager/pc/pc.h

16 lines
194 B
C
Raw Normal View History

2024-11-10 10:44:17 +00:00
#ifndef _PC_H_
#define _PC_H_
#include "system/event.h"
#include "music/music_player.h"
int pc_device_event_handler(struct sys_event *event);
void app_pc_tone_play_start(u8 mix);
#endif