Prototype RF driver for STM Sub-1 GHz RF expansion board based on the SPSGRF-868 module for STM32 Nucleo.

Dependents:   DISCO_IOT-wifi_client

Fork of stm-spirit1-rf-driver by ST

Files at this revision

API Documentation at this revision

Comitter:
Wolfgang Betz
Date:
Wed May 31 11:59:00 2017 +0200
Parent:
60:956afcef7ef7
Child:
62:44ab5af08199
Commit message:
Exclude nanostack integration from mbed2 compilations

Changed in this revision

source/NanostackRfPhySpirit1.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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 */