Initial commit: CCU621_M firmware project with BLE debug link support.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-08 17:28:36 +08:00
commit 9ceb218f80
1597 changed files with 724159 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#ifndef APP_TIM_H
#define APP_TIM_H
#ifdef __cplusplus
extern "C" {
#endif
void v_app_tim_init(void);
void v_app_tim_irq_handler(void);
void v_app_tim_tick_1ms(void);
#ifdef __cplusplus
}
#endif
#endif /* APP_TIM_H */