Updated minimal-printf README

pull/11213/head
Evelyne Donnaes 2019-08-13 13:18:46 +01:00
parent 5eaa922ce1
commit 1de64cbb4a
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ To replace the standard implementation of the printf functions with the ones in
Compile with mbed-cli using the custom `minimal-printf` profile. For example, to compile in release mode:
```
$ 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
```
## Size comparison