Update family.c

This commit is contained in:
Jerry Palacios 2024-02-09 08:51:37 -06:00
parent 5b762e189c
commit 7369d1f36e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
//--------------------------------------------------------------------+
// Forward USB interrupt events to TinyUSB IRQ Handler
//--------------------------------------------------------------------+
void USB0_FS_IRQHandler(void)
void USB0_IRQHandler(void)
{
tud_int_handler(0);
}