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>
Wed, 8 Feb 2023 02:29:47 +0000 (03:29 +0100)
commitec3ea887d83d7e044902279fd9c738bb068ec58c
treefa7f45c3285708b90232911f5ee290235c4ac9f3
parentb8c4c75b47a299dee28f2d095195cdeaf64ba935
move code to use uprintf instead of snprintf+serial_write

This simplify a lot the code to output anything on any UART.
cc1101/main.c