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: src/common/tusb_types.h
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -309,6 +309,8 @@ typedef struct TU_ATTR_PACKED
309
309
uint8_tbMaxPower ; ///< Maximum power consumption of the USB device from the bus in this specific configuration when the device is fully operational. Expressed in 2 mA units (i.e., 50 = 100 mA).
310
310
} tusb_desc_configuration_t;
311
311
312
+
TU_VERIFY_STATIC( sizeof(tusb_desc_configuration_t) ==9, "size is not correct");
0 commit comments