You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since that syntax has been in place for three years, it's unlikely to be wrong. Are you getting compilation errors?
Hmm. Tried to use sprintf() to convert float to char string on stm32f413zh with code: char value[32]; voltage = 100.1f; n = sprintf(value,"%4.1f", voltage);
Result was 0.000(don't remember actual number of zeros) in value.
But now after full rebuild I can't reproduce this bug.
zephyr/lib/libc/newlib/CMakeLists.txt
Line 37 in 712ff32
Hello.
Seems that space need to be inserted between "-u" and "_printf_float"
Same on line 38
Thank You
The text was updated successfully, but these errors were encountered: