modm-io / modm

modm: a C++23 library generator for AVR and ARM Cortex-M devices
https://modm.io
Mozilla Public License 2.0
733 stars 131 forks source link

[board] Default putchar_ to use the board logger #1069

Closed salkinium closed 12 months ago

salkinium commented 1 year ago

This defines a putchar_ function to redirect any printf calls to the board logger. Not sure why this was missing, but better late than never.