Skip to content
Commit 33f5015f 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 89c0e3fa
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