ARMmbed / mbed-os-example-tls

mbed TLS Sample application
Apache License 2.0
30 stars 53 forks source link

Make compatible with Minimal-printf #271

Closed hugueskamba closed 4 years ago

hugueskamba commented 4 years ago

Remove flags and width format sub-specifiers on printf() calls as Minimal-printf does not support them. This commit ensures that the output when built with Minimal-printf is legible and similar to the output when using the standard library.

Reviewers @Patater @evedon