센서보드 RF IRQ 테스트 중
Fork of stm-spirit1-rf-driver by
Revision 61:0e6aa2ea086f, committed 2017-05-31
- 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 */
