请问什么原因导致 DebugP_log函数无法打印的浮点数。
代码如下,预期打印浮点数"1.0"
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
你好,
能否尝试下面的代码?
DebugP_log("float test %3.3f",1.0);
Thanks,
Chris