|
-
-
- #include "usb_dev.h"
-
-
- #if defined(CDC_STATUS_INTERFACE) && defined(CDC_DATA_INTERFACE)
-
- #if F_CPU >= 20000000
- #include "usb_serial_port.h"
-
- struct usb_serial_port usb_serial_instance = {
- .cdc_rx_endpoint = CDC_RX_ENDPOINT,
- .cdc_tx_endpoint = CDC_TX_ENDPOINT,
- .cdc_tx_size = CDC_TX_SIZE,
- };
- #endif
- #endif
|