summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-08-30 18:10:15 +0700
committerGitHub <[email protected]>2024-08-30 18:10:15 +0700
commit29e025cbf5beb7a8dc5d7c8a86c06b9621c3f762 (patch)
treed14a054eff464e36cc89f2bd90cd1414c31a57cd /src/host
parent64e62bad0d4c4a3d84003e02962fc0f227de8792 (diff)
parent27ddf19631d135df15f3388686f59e379e146dbb (diff)
Merge pull request #2731 from cumhuronat/master
Fix: Properly Handle NAK Response in MAX3421E driver
Diffstat (limited to 'src/host')
-rw-r--r--src/host/usbh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.h b/src/host/usbh.h
index 359684169..d0a5732e5 100644
--- a/src/host/usbh.h
+++ b/src/host/usbh.h
@@ -81,7 +81,7 @@ enum {
};
typedef struct {
- uint8_t max_nak; // max NAK per endpoint per frame
+ uint8_t max_nak; // max NAK per endpoint per frame to save CPU/SPI bus usage
uint8_t cpuctl; // R16: CPU Control Register
uint8_t pinctl; // R17: Pin Control Register. FDUPSPI bit is ignored
} tuh_configure_max3421_t;