#include #include "cdcacm.h" int main(void) { SEGGER_RTT_printf(0, "Hello World\n"); start_cdcacm(); return 0; }