180718 HJM : 8 Count sensing data RF send, certTest, temp(cold)Test

Fork of EV-COG-AD3029LZ by JunMo Hong

Revision:
61:0e6aa2ea086f
Parent:
59:5dbfc9faf1c5
Child:
62:44ab5af08199
--- a/source/NanostackRfPhySpirit1.cpp	Wed May 31 09:30:04 2017 +0200
+++ b/source/NanostackRfPhySpirit1.cpp	Wed May 31 11:59:00 2017 +0200
@@ -1,3 +1,5 @@
+#if MBED_CONF_RTOS_PRESENT
+
 #include "NanostackRfPhySpirit1.h"
 #include "SimpleSpirit1.h"
 #include "nanostack/platform/arm_hal_phy.h"
@@ -804,3 +806,5 @@
     /* Release Lock */
     rf_if_unlock();
 }
+
+#endif /* MBED_CONF_RTOS_PRESENT */