move code to use uprintf instead of snprintf+serial_write
authorGabriel Huau <contact@huau-gabriel.fr>
Thu, 27 Aug 2015 04:48:59 +0000 (21:48 -0700)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
commitf7e8100967410ddc26a5d84d8fd549ea4932b015
tree60a1b0c91acd765e1b0ef2ac1025d39893b353c2
parentc09ac2154149cb1a1703f8b911c2abf3fac1dd76
move code to use uprintf instead of snprintf+serial_write

This simplify a lot the code to output anything on any UART.
extdrv/dht11.c