diff options
Diffstat (limited to 'tinyusb/class/cdc_rndis_host.h')
| -rw-r--r-- | tinyusb/class/cdc_rndis_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/class/cdc_rndis_host.h b/tinyusb/class/cdc_rndis_host.h index 8a2bca397..5ca691587 100644 --- a/tinyusb/class/cdc_rndis_host.h +++ b/tinyusb/class/cdc_rndis_host.h @@ -62,6 +62,7 @@ typedef struct { OSAL_SEM_DEF(semaphore_notification); osal_semaphore_handle_t sem_notification_hdl; // used to wait on notification pipe + uint32_t max_xfer_size; // got from device's msg initialize complete }rndish_data_t; void rndish_init(void); |
