暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

usb_cdc.h 184B

1234567891011
  1. /*
  2. * usb_cdc.h
  3. */
  4. #ifndef __USB_CDC_H__
  5. #define __USB_CDC_H__
  6. void usb_cdc_write(const char *buf, uint32_t count);
  7. void usb_cdc_set_reroute(bool reroute);
  8. #endif // __USB_CDC_H__