mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 19:47:44 +08:00
增加了遥控器按键功能并修改所有函数和类型定义为标准格式
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#ifndef _BSP_LOG_H
|
||||
#define _BSP_LOG_H
|
||||
|
||||
void BSP_Log_Init();
|
||||
void BSPLogInit();
|
||||
|
||||
int printf_log(const char *fmt, ...);
|
||||
int PrintLog(const char *fmt, ...);
|
||||
|
||||
void Float2Str(char *str, float va);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user