fix: 分段pid的bug修复

This commit is contained in:
2024-03-28 19:55:43 +08:00
parent 2b214c4add
commit a9b488bc6e
6 changed files with 43 additions and 44 deletions

View File

@@ -10,8 +10,8 @@
#define BT_UART_RX_PIN UART8_MAP0_RX_C5
extern bool bt_rx_flag;
extern uint8 bt_buffer; // 接收字符存入
extern uint32_t bt_run_flag;
extern uint8_t bt_buffer; // 接收字符存入
extern uint8_t bt_run_flag;
extern uint8_t bt_fly_flag;
extern uint32_t bt_run;
extern uint32_t bt_fly;