Commit 99c9ff1
committed
[USB] Fix EPO STALL issue in STM32 USB Device library
USB Specification EP0 should never STALL during setup stage.
Device is not properly setup if STALL present.
Fixes #664
Signed-off-by: Frederic.Pillon <[email protected]>1 parent cef14f4 commit 99c9ff1
File tree
1 file changed
+6
-4
lines changed- system/Middlewares/ST/STM32_USB_Device_Library/Core/Src
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
397 | | - | |
| 396 | + | |
398 | 397 | | |
399 | | - | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
400 | 403 | | |
401 | | - | |
402 | 404 | | |
403 | 405 | | |
404 | 406 | | |
| |||
0 commit comments