diff options
| author | Jerry Palacios <[email protected]> | 2024-02-09 08:51:37 -0600 |
|---|---|---|
| committer | Jerry Palacios <[email protected]> | 2024-02-09 08:51:37 -0600 |
| commit | 7369d1f36e91907e9d5be516b207c94cf8e2ad0f (patch) | |
| tree | 370ee793b53fbcae5a7ae48a9fcb24a58f272361 | |
| parent | 5b762e189ce1ab50a861d65895a41486b098cce8 (diff) | |
Update family.c
| -rw-r--r-- | hw/bsp/mcxa/family.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/mcxa/family.c b/hw/bsp/mcxa/family.c index 9796fbb74..1aa364e8a 100644 --- a/hw/bsp/mcxa/family.c +++ b/hw/bsp/mcxa/family.c @@ -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); } |
