summaryrefslogtreecommitdiff
path: root/firmware/lpc17xx/lpc17xx_spi.c
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-06-11 07:03:35 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-06-11 07:03:35 +0200
commitf7f7d63d8a83ec5a2313e21143ff73c247c389a5 (patch)
treed20ce42190d52d2f3a53dca45a44e16d3705d588 /firmware/lpc17xx/lpc17xx_spi.c
parented5aed327178a21c7f5d106230e07a48a11c1b0f (diff)
Current (broken) state of SPI/WM8723 code.
Diffstat (limited to 'firmware/lpc17xx/lpc17xx_spi.c')
-rw-r--r--firmware/lpc17xx/lpc17xx_spi.c3
1 files changed, 3 insertions, 0 deletions
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 <led.h>
+
#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;