changeset 647:a60b375014e3

gsm-fw/L1/cust0/l1_cust.c: s/CONFIG_GSM/CONFIG_INCLUDE_SIM/
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 04 Sep 2014 05:40:55 +0000
parents 7310ce904148
children 970d6199f2c5
files gsm-fw/L1/cust0/l1_cust.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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