# HG changeset patch # User Michael Spacefalcon # Date 1408246896 0 # Node ID d8594785527cbb8df4d787560485db88347de4ec # Parent 6fd70825db76b11b31f88cee2adeb887ef4d319c gsm-fw/bsp/abb+spi/spi_task.c: unmask ABB interrupt when L1 is present diff -r 6fd70825db76 -r d8594785527c gsm-fw/bsp/abb+spi/spi_task.c --- a/gsm-fw/bsp/abb+spi/spi_task.c Sun Aug 17 03:38:58 2014 +0000 +++ b/gsm-fw/bsp/abb+spi/spi_task.c Sun Aug 17 03:41:36 2014 +0000 @@ -19,6 +19,8 @@ /* (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved */ /*****************************************************************************/ +#include "../../include/config.h" + #include "../iq.h" #if 0 // FreeCalypso @@ -56,7 +58,7 @@ RV_TRACE_LEVEL_DEBUG_LOW, SPI_USE_ID); SPI_GBL_INFO_PTR->SpiTaskReady = TRUE; -#if 0 // FreeCalypso: deferring until L1 integration +#if CONFIG_INCLUDE_L1 /* Unmask External Interrupt once the SPI task is started */ #if (CHIPSET == 12) // Unmask ABB ext interrupt @@ -65,6 +67,8 @@ // Unmask external (ABB) interrupt IQ_Unmask(IQ_EXT); #endif +#endif +#if 0 // FreeCalypso: deferring until UI integration // Get the switch on cause from ABB. Set_Switch_ON_Cause(); #endif