crashtest-r0ket/firmware/usbcdc/util.h

5 lines
106 B
C
Raw Normal View History

2011-07-27 18:22:53 +02:00
int puts(const char * str);
2011-07-30 03:26:59 +02:00
int puts_plus(const char * str);
2011-07-27 18:22:53 +02:00
void usbCDCInit(void);
void usbCDCOff(void);