We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61799e6 commit 8786024Copy full SHA for 8786024
components/drivers/usb/cherryusb/port/nrf5x/usb_dc_nrf5x.c
@@ -5,10 +5,6 @@
5
#include "usb_dc.h"
6
#include "usbd_core.h"
7
8
-#ifndef USBD_IRQHandler
9
-#define USBD_IRQHandler USBD_IRQHandler /*!< Use actual usb irq name instead */
10
-#endif
11
-
12
#ifndef USBD_CONFIG_ISO_IN_ZLP
13
#define USBD_CONFIG_ISO_IN_ZLP 0
14
#endif
@@ -594,7 +590,7 @@ int usb_dc_deinit(uint8_t busid)
594
590
* @param[in] None
595
591
* @retval None
596
592
*/
597
-void USBD_IRQHandler(void)
593
+void USBD_IRQHandler(uint8_t busid)
598
{
599
uint32_t const inten = NRF_USBD->INTEN;
600
uint32_t int_status = 0;
0 commit comments