cdc.h 152 B

1234567
  1. #ifndef _CDC_H
  2. #define _CDC_H
  3. #include <stdint.h>
  4. void cdctask(void);
  5. static void echo_serial_port(uint8_t itf, uint8_t buf[], uint32_t count);
  6. #endif