DragonProbe/bsp/stm32f072disco/cdc_stdio.c

8 lines
67 B
C

#include "protos.h"
bool stdio_usb_init(void) {
return true;
}