usb_application_flash.h 320 B

12345678910
  1. #ifndef USB_APPLICATION_FLASH_H
  2. #define USB_APPLICATION_FLASH_H
  3. #include "usb/usb_bridge.h"
  4. extern const sUSBAppEntry_Control_t usbapplication_ACM_planarproto_flash;
  5. void usb_application_flash_serve(); // for 'main.c'
  6. bool usb_application_flash_fGetWritingFlag(); // for 'usb_application_service.c'
  7. #endif