summaryrefslogtreecommitdiffstatshomepage
path: root/stm/stm32fxxx_it.c
diff options
context:
space:
mode:
Diffstat (limited to 'stm/stm32fxxx_it.c')
-rw-r--r--stm/stm32fxxx_it.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/stm/stm32fxxx_it.c b/stm/stm32fxxx_it.c
index bfad289226..41e2f7b735 100644
--- a/stm/stm32fxxx_it.c
+++ b/stm/stm32fxxx_it.c
@@ -230,7 +230,9 @@ void OTG_HS_EP1_OUT_IRQHandler(void)
void SDIO_IRQHandler(void)
{
/* Process All SDIO Interrupt Sources */
- //SD_ProcessIRQSrc();
+ // dpgeorge: i don't think this is used at the moment...
+ extern void SD_ProcessIRQSrc(void);
+ SD_ProcessIRQSrc();
}
/******************************************************************************/