Skip to content

Commit 1de64cb

Browse files
committed
Updated minimal-printf README
1 parent 5eaa922 commit 1de64cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/source/minimal-printf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To replace the standard implementation of the printf functions with the ones in
8383
Compile with mbed-cli using the custom `minimal-printf` profile. For example, to compile in release mode:
8484

8585
```
86-
$ mbed compile -t <toolchain> -m <target> --profile release --profile minimal-printf
86+
$ mbed compile -t <toolchain> -m <target> --profile release --profile mbed-os/tools/profiles/extensions/minimal-printf.json
8787
```
8888

8989
## Size comparison

0 commit comments

Comments
 (0)