usbtest/src/main.c

6 lines
88 B
C

#include <SEGGER_RTT.h>
void main(void) {
SEGGER_RTT_printf(0, "Hello World\n");
}