Why doesn't "While" work after adding "-u_printf_float"?
I tried to use "sprintf" printing float value. So I added "-u_printf_float" on the Miscellaneous->Linker flags. (-specs=nosys.specs -specs=nano.specs -u_printf_float) <- like thisAfter that, my code doesn't run "while". Did I use the wrong way? ++ ...