fix: 避障bug修复

This commit is contained in:
2024-03-30 11:43:43 +08:00
parent 77558d2a31
commit 9e23f1968d
7 changed files with 32 additions and 33 deletions

View File

@@ -10,5 +10,5 @@
void jj_bt_init();
void jj_bt_run();
void jj_bt_printf(const char *format, ...);
void bt_printf(const char *format, ...);
#endif