call tud_irq_handler() for all nrf5x board
This commit is contained in:
		| @@ -36,6 +36,14 @@ | ||||
| #include "nrf_soc.h" | ||||
| #endif | ||||
|  | ||||
| //--------------------------------------------------------------------+ | ||||
| // Forward USB interrupt events to TinyUSB IRQ Handler | ||||
| //--------------------------------------------------------------------+ | ||||
| void USBD_IRQHandler(void) | ||||
| { | ||||
|   tud_irq_handler(0); | ||||
| } | ||||
|  | ||||
| /*------------------------------------------------------------------*/ | ||||
| /* MACRO TYPEDEF CONSTANT ENUM | ||||
|  *------------------------------------------------------------------*/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach