mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-27 20:59:36 +00:00
EEPROM and USB CDC
This commit is contained in:
@ -286,6 +286,7 @@ uint8_t CDC_Transmit_FS(uint8_t* Buf, uint16_t Len)
|
||||
}
|
||||
USBD_CDC_SetTxBuffer(&hUsbDeviceFS, Buf, Len);
|
||||
result = USBD_CDC_TransmitPacket(&hUsbDeviceFS);
|
||||
while(hcdc->TxState != 0);
|
||||
/* USER CODE END 7 */
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user