Skip to content

Commit

Permalink
Update hal_usb_lld.c
Browse files Browse the repository at this point in the history
  • Loading branch information
wb committed Apr 3, 2024
1 parent 5b09b27 commit 60f2d3b
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions os/hal/ports/WB32/LLD/USBv1/hal_usb_lld.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,38 +527,6 @@ OSAL_IRQ_HANDLER(WB32_USB1_IRQ_VECTOR) {
}
#endif

#if defined(WB32_USB1_DMA_IRQ_VECTOR)
/**
* @brief USB DMA interrupt handler.
*
* @isr
*/
OSAL_IRQ_HANDLER(WB32_USB1_DMA_IRQ_VECTOR) {

OSAL_IRQ_PROLOGUE();

/* USB1 DMA handling.*/

OSAL_IRQ_EPILOGUE();
}
#endif

#if defined(WB32_USBP1_WKUP_IRQ_VECTOR)
/**
* @brief USB WKUP interrupt handler.
*
* @isr
*/
OSAL_IRQ_HANDLER(WB32_USBP1_WKUP_IRQ_VECTOR) {

OSAL_IRQ_PROLOGUE();

/* USB1 DMA handling.*/

OSAL_IRQ_EPILOGUE();
}
#endif

#endif /* WB32_USB_USE_USB1 */

/*===========================================================================*/
Expand Down

0 comments on commit 60f2d3b

Please sign in to comment.