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

@@ -21,7 +21,7 @@ void jj_bt_run()
{
}
void jj_bt_printf(const char *format, ...)
void bt_printf(const char *format, ...)
{
char sbuf[40];
va_list args;