summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-08-26 12:24:29 +0700
committerhathach <[email protected]>2024-08-26 14:27:23 +0700
commit27ddf19631d135df15f3388686f59e379e146dbb (patch)
tree1b07ed84f8b26755d702045f52874f0ad9731b9b /src/host
parentc7851e8dcbdac8f895cfe81f2479bc6fcfcc524a (diff)
add sndfifo owner info to skip rewriting data for retrying NAKed
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;