Hi,there
I'm developing code on mss,and I use CLI_wriite to output float number through uart.But it didn't work properly.For example,the execution result of the code below was "0.0000 0.00000",not "1.7 2.0".Why was that?
CLI_write ("%f %f ", 1.7, 2.0);