You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910 |
- /*
- * usb_cdc.h
- */
-
- #ifndef __USB_CDC_H__
- #define __USB_CDC_H__
-
- void usb_cdc_write(const char *buf, uint32_t count);
-
- #endif // __USB_CDC_H__
|