repair the bug of float number printf

This commit is contained in:
Wang_Weigen
2022-01-24 14:49:06 +08:00
parent d5ff9259a0
commit 672229cd0f
3 changed files with 12 additions and 13 deletions

View File

@@ -158,7 +158,6 @@ int statfs(const char *path, struct statfs *buf);
/* NOTE!!!: when cutting out file system, the 'printf' function can not output angthing */
int Userprintf(const char *fmt, ...);
#define printf Userprintf
#endif
@@ -242,7 +241,6 @@ uint8_t UserGetTaskPriority(int32_t id);
#endif
#define UserPrintf KPrintf
#define printf KPrintf
#endif