Skip to content
Commit 66d5f743 authored by Lingkai Dong's avatar Lingkai Dong Committed by Rob Walton
Browse files

examples: Use a common serial_printf()



As the printf() function has not been retargeted to use MCU-Driver-HAL's
serial, we have a custom function in each example's main.c for printing
to serial. To avoid duplicating this function in every example which
makes it hard to maintain, move it into a new library and name the
function serial_printf().

Signed-off-by: Lingkai Dong's avatarLingkai Dong <lingkai.dong@arm.com>
parent e4cb80fc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment