KT24-1110_65E-HA-651B/apps/soundbox/include/soundcard/notice.h

11 lines
204 B
C
Raw Normal View History

2024-11-10 10:44:17 +00:00
#ifndef __NOTICE_H__
#define __NOTICE_H__
#include "generic/typedef.h"
#include "app_config.h"
void soundcard_make_notice_electric(u8 mode);
void soundcard_make_some_noise(u8 id);
#endif//__NOTICE_H__