We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d984480 + 7205b73 commit 706625aCopy full SHA for 706625a
platform/source/minimal-printf/README.md
@@ -31,14 +31,16 @@ Floating point limitations:
31
32
To replace the standard implementation of the printf functions with the ones in this library:
33
34
-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:
35
36
```json
37
+{
38
"target_overrides": {
39
"*": {
- "target.printf": "minimal-printf",
40
+ "target.printf_lib": "minimal-printf"
41
}
42
43
+}
44
```
45
46
0 commit comments