First Draft of the UsbDataHandler

This commit is contained in:
2024-02-02 03:58:09 +01:00
parent d3b5d5b047
commit 43b177c468
6 changed files with 84 additions and 58 deletions

View File

@@ -86,7 +86,7 @@ void MX_USB_DEVICE_Init(void)
}
/* USER CODE BEGIN USB_DEVICE_Init_PostTreatment */
HAL_PWREx_EnableUSBVoltageDetector();
//HAL_PWREx_EnableUSBVoltageDetector();
/* USER CODE END USB_DEVICE_Init_PostTreatment */
}