summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32l476disco
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-17 12:27:53 +0700
committerhathach <[email protected]>2020-04-17 12:27:53 +0700
commit50be9d7c3ad08fdc8a79f38606111cf83c84efb9 (patch)
tree97d6a53cdf69d213427aae77d9b3a3fbc0f6f976 /hw/bsp/stm32l476disco
parent4bbbba48cbcd1aa655e1f7367f39d5c22e89a8d9 (diff)
mass rename tud/dcd_irq_handler to tud/dcd_init_handler
Diffstat (limited to 'hw/bsp/stm32l476disco')
-rw-r--r--hw/bsp/stm32l476disco/stm32l476disco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32l476disco/stm32l476disco.c b/hw/bsp/stm32l476disco/stm32l476disco.c
index 65c544137..2d4a4e3de 100644
--- a/hw/bsp/stm32l476disco/stm32l476disco.c
+++ b/hw/bsp/stm32l476disco/stm32l476disco.c
@@ -33,7 +33,7 @@
//--------------------------------------------------------------------+
void OTG_FS_IRQHandler(void)
{
- tud_irq_handler(0);
+ tud_int_handler(0);
}
//--------------------------------------------------------------------+