Files
JBao_Magic_Box_FW/apps/earphone/include/default_event_handler.h
T
2026-08-21 18:41:42 +08:00

42 lines
189 B
C

#ifndef DEFAULT_EVENT_HANDLER_H
#define DEFAULT_EVENT_HANDLER_H
#include "system/includes.h"
void default_event_handler(struct sys_event *event);
#endif