How to enable snprintf float?
Hello,I'm trying to snprintf into a data buffer, but the application dies precisely on this call. I'm not using nanolib because I want exceptions. My CMake file looks like this: Notice that I added the -u printf_float to the linker flags. Is this not...