Go to file
Gregory Nutt 0536435ff8 Correct an error recently introduced in the STM32 and EFM32 USB host controller drivers.
The test for data partially transferred is incorrectec: chan->xfrd != xfrlen
Should be chan->xfrd > 0

From Ronly XLN.
2015-05-11 09:04:25 -06:00
arch Correct an error recently introduced in the STM32 and EFM32 USB host controller drivers. 2015-05-11 09:04:25 -06:00