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

42 lines
189 B
C
Raw Normal View History

2025-10-29 13:10:02 +08:00
#ifndef DEFAULT_EVENT_HANDLER_H
#define DEFAULT_EVENT_HANDLER_H
#include "system/includes.h"
void default_event_handler(struct sys_event *event);
#endif