File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,15 @@ void HAL_PCD_DisconnectCallback(PCD_HandleTypeDef *hpcd)
242
242
USBD_LL_DevDisconnected ((USBD_HandleTypeDef * )hpcd -> pData );
243
243
}
244
244
245
+ /**
246
+ * @brief This function handles USB global interrupt request.
247
+ * @param None
248
+ * @retval None
249
+ */
250
+ void USB_LP_CAN1_RX0_IRQHandler (void ) {
251
+ HAL_PCD_IRQHandler (& hpcd_USB_FS );
252
+ }
253
+
245
254
/*******************************************************************************
246
255
LL Driver Interface (USB Device Library --> PCD)
247
256
*******************************************************************************/
Original file line number Diff line number Diff line change @@ -242,6 +242,15 @@ void HAL_PCD_DisconnectCallback(PCD_HandleTypeDef *hpcd)
242
242
USBD_LL_DevDisconnected ((USBD_HandleTypeDef * )hpcd -> pData );
243
243
}
244
244
245
+ /**
246
+ * @brief This function handles USB global interrupt request.
247
+ * @param None
248
+ * @retval None
249
+ */
250
+ void USB_LP_CAN1_RX0_IRQHandler (void ) {
251
+ HAL_PCD_IRQHandler (& hpcd_USB_FS );
252
+ }
253
+
245
254
/*******************************************************************************
246
255
LL Driver Interface (USB Device Library --> PCD)
247
256
*******************************************************************************/
You can’t perform that action at this time.
0 commit comments