# HG changeset patch # User Michael Spacefalcon # Date 1409809255 0 # Node ID a60b375014e31e6349187360b7f4a592dad4f8fc # Parent 7310ce904148b05e6c34e5595bcaf338412efa75 gsm-fw/L1/cust0/l1_cust.c: s/CONFIG_GSM/CONFIG_INCLUDE_SIM/ diff -r 7310ce904148 -r a60b375014e3 gsm-fw/L1/cust0/l1_cust.c --- a/gsm-fw/L1/cust0/l1_cust.c Wed Sep 03 22:27:24 2014 +0000 +++ b/gsm-fw/L1/cust0/l1_cust.c Thu Sep 04 05:40:55 2014 +0000 @@ -22,7 +22,7 @@ #include "../../serial/serialswitch.h" #include "../../bsp/abb+spi/abb.h" -#if CONFIG_GSM +#if CONFIG_INCLUDE_SIM #include "../../bsp/sim.h" #endif @@ -360,7 +360,7 @@ // Forbid deep sleep if the SIM and UARTs not ready // FC note: this call to SIM_SleepStatus() *is* present in the Leonardo object -#if CONFIG_GSM //(REQUIRED_FOR_ESAMPLE_LOCOSTO) +#if CONFIG_INCLUDE_SIM //(REQUIRED_FOR_ESAMPLE_LOCOSTO) // Forbid deep sleep if the SIM and UARTs not ready if(SIM_SleepStatus()) #endif @@ -376,7 +376,7 @@ #if (OP_L1_STANDALONE == 0) } // Forbid deep sleep if the SIM and UARTs not ready -#if CONFIG_GSM //(REQUIRED_FOR_ESAMPLE_LOCOSTO) +#if CONFIG_INCLUDE_SIM //(REQUIRED_FOR_ESAMPLE_LOCOSTO) else l1s.pw_mgr.why_big_sleep = BIG_SLEEP_DUE_TO_SIM; #endif #endif