Skip to content
Commit 0536435f authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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.
parent 32a4131f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment