Intructions to enable format printing for floats

This commit is contained in:
CarlWachter 2023-11-21 14:34:59 +01:00
parent 5edc9a1f91
commit 7cec0aafdf

View File

@ -71,6 +71,8 @@ Configuration:
* `#define STA_PRINTF_USE_STDLIB`: Use the stdlib implementation
* `#define STA_PRINTF_USE_MPALAND`: Use the implementation by Marco Paland (thread safe & reentrant)
Format printing floats needs to be manually enabled:
Project Properties > C/C++-Build > Settings > MCU Settings -> "Use float with printf from newlib-nano"
## HAL Delay