summaryrefslogtreecommitdiff
path: root/firmware/lpc17xx/lpc17xx_spi.c
diff options
context:
space:
mode:
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;