usb_application_service.h 187 B

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