float打印可以,只Use wchprintfloat(-lprintfloat)
This commit is contained in:
parent
16ff36c10b
commit
0752338f1e
|
@ -149,6 +149,7 @@ int main(void)
|
|||
// logDebug("Start @ChipID=%02X\n", R8_CHIP_ID);
|
||||
logDebug("Start @ChipID=%02X\n", R8_CHIP_ID);
|
||||
logError("中文测试 %2.2f", 123.456);
|
||||
|
||||
#endif
|
||||
|
||||
DelayMs(1000 * 3);
|
||||
|
|
Loading…
Reference in New Issue