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.
1 parent 5eaa922 commit 1de64cbCopy full SHA for 1de64cb
platform/source/minimal-printf/README.md
@@ -83,7 +83,7 @@ To replace the standard implementation of the printf functions with the ones in
83
Compile with mbed-cli using the custom `minimal-printf` profile. For example, to compile in release mode:
84
85
```
86
-$ mbed compile -t <toolchain> -m <target> --profile release --profile minimal-printf
+$ mbed compile -t <toolchain> -m <target> --profile release --profile mbed-os/tools/profiles/extensions/minimal-printf.json
87
88
89
## Size comparison
0 commit comments