Skip to content

Commit ea44009

Browse files
committed
Removed unused variable
1 parent 272f9d3 commit ea44009

File tree

1 file changed

+0
-1
lines changed
  • system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc

1 file changed

+0
-1
lines changed

system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h

-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ typedef struct _USBD_HandleTypeDef {
241241
uint8_t dev_state;
242242
uint8_t dev_old_state;
243243
uint8_t dev_address;
244-
uint8_t dev_connection_status;
245244
uint8_t dev_test_mode;
246245
uint32_t dev_remote_wakeup;
247246

0 commit comments

Comments
 (0)