sentry_chassis_hzz/bsp/bsp_log.h

8 lines
142 B
C
Raw Normal View History

2022-11-11 21:20:58 +08:00
#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