User Activity

USBD_CUSTOM_HID_SendReport(...) returns USBD_OK but nothing being send when code is generated with firmware version 1.12.1, but this function works without any problem in firmware 1.12.0
code generated for stm32l0xx with FAT option ticked, generates following stub, I believe missing the equal sign in if condition:uint8_t FATFS_LinkDriverEx(const Diskio_drvTypeDef *drv, char *path, uint8_t lun){ uint8_t ret = 1; uint8_t DiskNum = 0; i...