[Bug] CubeMX generated USB Host file for MSC has typo
Posted on September 30, 2015 at 12:30In the file ''usbh_msc.c'' generated for STM32F407/427 there is typo in line 446:446 if((phost->Timer - MSC_Handle->timer) > 10000)447 {448 MSC_Handle->unit[MSC_Handle->current_...