commit | 6c90673a32167661da134e05ba9c78cec0ad5dbd | [log] [tgz] |
---|---|---|
author | Johann Fischer <johann.fischer@nordicsemi.no> | Fri Mar 21 15:14:31 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Apr 10 12:57:43 2025 +0200 |
tree | dd5121f5a21eec261c3772743c8abbab64d2f3ad | |
parent | a2c58615681ce73fa5536718e4c7e1d587771494 [diff] |
drivers: udc_rpi_pico: fix OUT transfer handling in ISR Do not check if the tailroom is greater than or equal to MPS because the controller does not write directly to the buffer and therefore cannot write outside the buffer. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>