Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DISCO_IOT-wifi_client
Fork of stm-spirit1-rf-driver by
Diff: source/NanostackRfPhySpirit1.cpp
- Revision:
- 61:0e6aa2ea086f
- Parent:
- 59:5dbfc9faf1c5
- Child:
- 62:44ab5af08199
diff -r 956afcef7ef7 -r 0e6aa2ea086f source/NanostackRfPhySpirit1.cpp
--- 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 */
