KT25-1015_AC695x_SDK310/apps/soundbox/include/task_manager/pc/pc.h

16 lines
194 B
C
Raw Normal View History

2025-10-15 07:18:43 +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