Commit 2790e61
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.
Signed-off-by: Frederic Pillon <[email protected]>1 parent fe50080 commit 2790e61
File tree
1 file changed
+1
-1
lines changed- system/Middlewares/ST/STM32_USB_Device_Library/Core/Src
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| 447 | + | |
447 | 448 | | |
448 | | - | |
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
| |||
0 commit comments