From 7ee80bac8e6fb3f696a40f4ac6bb2cc52fda9fef Mon Sep 17 00:00:00 2001 From: Damien Date: Thu, 24 Oct 2013 00:22:27 +0100 Subject: Add support for SD card (not working). --- stm/stm32fxxx_it.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stm/stm32fxxx_it.c') diff --git a/stm/stm32fxxx_it.c b/stm/stm32fxxx_it.c index bfad28922..41e2f7b73 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(); } /******************************************************************************/ -- cgit v1.2.3