STM32H750XB_Hello/Core/Src/user_printf_impl.c

6 lines
79 B
C

#include <stdint.h>
#include "SEGGER_RTT.h"
void _putchar(char character) {
}