生成代码包

This commit is contained in:
2026-08-29 11:06:52 +08:00
commit 4cb7418a02
914 changed files with 218983 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef _APP_ANCBOX_H_
#define _APP_ANCBOX_H_
#include "typedef.h"
#include "system/event.h"
extern int app_ancbox_event_handler(struct ancbox_event *anc_dev);
extern u8 ancbox_get_status(void);
extern void ancbox_clear_status(void);
#endif //_APP_CHARGESTORE_H_