Files
bf_original_balance_chassis/bsp/bsp_log.h
2022-12-02 23:10:36 +08:00

10 lines
144 B
C

#ifndef _BSP_LOG_H
#define _BSP_LOG_H
void BSP_Log_Init();
int printf_log(const char *fmt, ...);
void Float2Str(char *str, float va);
#endif