usb_application_switch.h 184 B

12345678
  1. #ifndef USB_APPLICATION_SWITCH_H
  2. #define USB_APPLICATION_SWITCH_H
  3. #include "usb/usb_bridge.h"
  4. extern const sUSBAppEntry_Control_t usbapplication_ACM_planarproto_switch;
  5. #endif