fix(vd960Loop): 编译错误修复 — Flt_Reg/SensTable/macros/INCNT

This commit is contained in:
wangfq
2026-06-25 16:41:50 +08:00
parent 633c20562d
commit d2b132a6ef
4 changed files with 11 additions and 18 deletions

View File

@@ -94,6 +94,10 @@ typedef struct _PKG_UART_
extern Pkg_Uart g_pkg_uart_1;
extern Pkg_Uart g_pkg_uart_report;
extern uint8_t g_flag_output;
extern uint8_t g_flag_output2;
extern uint8_t g_input_div;
void uart_report_packet_loop_acs(uint8_t flag);
#endif