/* * This file is part of the MicroPython project, http://micropython.org/ */#include"usbd_cdc_msc_hid.h"externconstUSBD_HID_ItfTypeDefUSBD_HID_fops;intUSBD_HID_RxNum(void);intUSBD_HID_Rx(USBD_HandleTypeDef*pdev,uint8_t*buf,uint32_tlen,uint32_ttimeout);