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
+1 -1
View File
@@ -240,7 +240,7 @@ uint8_t UserGetTaskPriority(int32_t id);
#endif
#define UserPrintf KPrintf
#define printf KPrintf
#endif