summaryrefslogtreecommitdiff
path: root/firmware/lpc17xx/lpc17xx_spi.c
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-10-29 20:44:13 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-10-29 20:44:13 +0100
commit8843200ce12701862ab7c1a54bcba539214efad5 (patch)
tree5efaecafda1fce4e6e449a7748135fb054665c15 /firmware/lpc17xx/lpc17xx_spi.c
parent6a836b086d4692f5c00d13b6da611bca5200e58a (diff)
parentf7f7d63d8a83ec5a2313e21143ff73c247c389a5 (diff)
Merge branch 'master' of http://git.metaltriggers.com/pedal2metal
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;