Skip to content

Commit

Permalink
Corrected minimal-printf README
Browse files Browse the repository at this point in the history
  • Loading branch information
evedon committed Jan 21, 2020
1 parent 43a8c90 commit 7205b73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions platform/source/minimal-printf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
```


Expand Down

0 comments on commit 7205b73

Please sign in to comment.