STM32H750XB_Hello/Core/Src/user_printf_impl.c

6 lines
79 B
C
Raw Normal View History

#include <stdint.h>
2021-03-06 07:00:15 +00:00
#include "SEGGER_RTT.h"
void _putchar(char character) {
}