You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: host/usb/src/usb_host.c
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ typedef struct {
159
159
struct {
160
160
SemaphoreHandle_tevent_sem;
161
161
SemaphoreHandle_tmux_lock;
162
-
TimerHandle_tauto_pm_timer; // Freertos timer used for automatic suspend/resume
162
+
TimerHandle_tauto_pm_timer; // Freertos timer used for automatic power management
163
163
usb_phy_handle_tphy_handle; // Will be NULL if host library is installed with skip_phy_setup
164
164
void*enum_client; // Pointer to Enum driver (acting as a client). Used to reroute completed USBH control transfers
165
165
void*hub_client; // Pointer to External Hub driver (acting as a client). Used to reroute completed USBH control transfers. NULL, when External Hub Driver not available.
0 commit comments