Files
Last update 6 months 3 weeks
by Masakatsu Honda
FilesCubeMXpassion-v2-1AppSrcc | |
---|---|
.. | |
config.c | |
stdout.c |
stdout.c#include "stdint.h" #include "stdout.h" #include "config.h" void __io_putchar(uint8_t ch) { HAL_UART_Transmit(&huart1, &ch, 1, 1); }