DragonProbe/bsp/stm32f072disco/cdc_uart.c

9 lines
81 B
C

#include "protos.h"
void cdc_uart_init(void) {
}
void cdc_uart_task(void) {
}