Corrected minimal-printf README

pull/12297/head
Evelyne Donnaes 2020-01-21 16:21:05 +00:00
parent 43a8c9000e
commit 7205b73ada
1 changed files with 4 additions and 2 deletions

View File

@ -31,14 +31,16 @@ Floating point limitations:
To replace the standard implementation of the printf functions with the ones in this library:
Modify your application configuration file to override the parameter `target.printf` with the value `minimal-printf` as shown below:
Modify your application configuration file to override the parameter `target.printf_lib` with the value `minimal-printf` as shown below:
```json
{
"target_overrides": {
"*": {
"target.printf": "minimal-printf",
"target.printf_lib": "minimal-printf"
}
}
}
```