call tud_irq_handler() for all nrf5x board

This commit is contained in:
hathach
2020-04-06 17:35:11 +07:00
parent a61d34e09c
commit 4179334aca
12 changed files with 85 additions and 2 deletions

View File

@@ -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
*------------------------------------------------------------------*/