Skip to content

Commit 706625a

Browse files
authored
Merge pull request ARMmbed#12297 from evedon/ed-update-mprintf-doc
Corrected minimal-printf README
2 parents d984480 + 7205b73 commit 706625a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

platform/source/minimal-printf/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,16 @@ Floating point limitations:
3131

3232
To replace the standard implementation of the printf functions with the ones in this library:
3333

34-
Modify your application configuration file to override the parameter `target.printf` with the value `minimal-printf` as shown below:
34+
Modify your application configuration file to override the parameter `target.printf_lib` with the value `minimal-printf` as shown below:
3535

3636
```json
37+
{
3738
"target_overrides": {
3839
"*": {
39-
"target.printf": "minimal-printf",
40+
"target.printf_lib": "minimal-printf"
4041
}
4142
}
43+
}
4244
```
4345

4446

0 commit comments

Comments
 (0)