diff options
| author | sakumisu <[email protected]> | 2025-08-07 21:11:19 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-08-07 21:49:51 +0800 |
| commit | 4d6b12c704b7acfbc6b473d98c1829f0befe4bc4 (patch) | |
| tree | a8909a584b1d5cf5ec6003853500141d62317d76 /common/usb_errno.h | |
| parent | 5d2a7ca6bc635afc925ddcb0b35f44a660a29535 (diff) | |
docs: release v1.5.2v1.5.2
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'common/usb_errno.h')
| -rw-r--r-- | common/usb_errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usb_errno.h b/common/usb_errno.h index 57f37c16..284020a2 100644 --- a/common/usb_errno.h +++ b/common/usb_errno.h @@ -15,7 +15,7 @@ #define USB_ERR_RANGE 7 #define USB_ERR_STALL 8 #define USB_ERR_BABBLE 9 -#define USB_ERR_NAK 10 +#define USB_ERR_NAK 10 /* only for dwc2 buffer dma mode */ #define USB_ERR_DT 11 #define USB_ERR_IO 12 #define USB_ERR_SHUTDOWN 13 |
