From f7f7d63d8a83ec5a2313e21143ff73c247c389a5 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 11 Jun 2013 07:03:35 +0200 Subject: Current (broken) state of SPI/WM8723 code. --- firmware/lpc17xx/lpc17xx_spi.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/lpc17xx/lpc17xx_spi.c') diff --git a/firmware/lpc17xx/lpc17xx_spi.c b/firmware/lpc17xx/lpc17xx_spi.c index 622b1e7..b324116 100644 --- a/firmware/lpc17xx/lpc17xx_spi.c +++ b/firmware/lpc17xx/lpc17xx_spi.c @@ -26,6 +26,8 @@ #include "lpc17xx_spi.h" #include "lpc17xx_clkpwr.h" +#include + #define CHECK_PARAM(expr) /* Private Types -------------------------------------------------------------- */ @@ -63,6 +65,7 @@ static SPI_CFG_T spidat; ***********************************************************************/ void SPI_IntHandler(void) { + LED_on(); SPI_DATA_SETUP_Type *xf_setup; uint16_t tmp; -- cgit v1.2.3