.bRequest = NOTIF_SerialState,\r
.wValue = 0,\r
.wIndex = 0,\r
- .wLength = sizeof(uint16_t),\r
+ .wLength = sizeof(CDCInterfaceInfo->State.ControlLineStates.DeviceToHost),\r
};\r
\r
Endpoint_Write_Stream_LE(&Notification, sizeof(Notification), NO_STREAM_CALLBACK);\r
- Endpoint_Write_Stream_LE(&CDCInterfaceInfo->State.ControlLineStates.DeviceToHost, sizeof(uint8_t), NO_STREAM_CALLBACK);\r
+ Endpoint_Write_Stream_LE(&CDCInterfaceInfo->State.ControlLineStates.DeviceToHost,\r
+ sizeof(CDCInterfaceInfo->State.ControlLineStates.DeviceToHost),\r
+ NO_STREAM_CALLBACK);\r
Endpoint_ClearIN();\r
}\r
\r