crashtest-r0ket/firmware/usbcdc/util.h

5 lines
106 B
C
Raw Permalink Normal View History

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