Question
Minor issue with USB middleware
Posted on May 25, 2015 at 17:21
I am aware ST only manage non case sensitive file system.
However a small BUG correction would be appreciated. It would be useful when compiling the cube generate code in other environments (OSX/Linux) usbd_cdc.c @ line 62 includes: #include ''USBD_CDC.h'' it should be small caps: #include ''usbd_cdc.h'' as properly done on line 41 of file usb_device.c. I would appreciate if you can manage the improvement in next firmware release. kind rgards C.Alberto Avizzano