float打印可以,只Use wchprintfloat(-lprintfloat)

This commit is contained in:
stark1898y 2024-12-15 15:35:01 +08:00
parent 16ff36c10b
commit 0752338f1e
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ int main(void)
// logDebug("Start @ChipID=%02X\n", R8_CHIP_ID); // logDebug("Start @ChipID=%02X\n", R8_CHIP_ID);
logDebug("Start @ChipID=%02X\n", R8_CHIP_ID); logDebug("Start @ChipID=%02X\n", R8_CHIP_ID);
logError("中文测试 %2.2f", 123.456); logError("中文测试 %2.2f", 123.456);
#endif #endif
DelayMs(1000 * 3); DelayMs(1000 * 3);