센서보드 RF IRQ 테스트 중

Fork of stm-spirit1-rf-driver by ST

Revision:
77:a9a9807bf3ed
Parent:
76:f4f990741baf
--- a/stm-spirit1-rf-driver/NanostackRfPhySpirit1.h	Fri Sep 01 08:51:04 2017 +0200
+++ b/stm-spirit1-rf-driver/NanostackRfPhySpirit1.h	Thu Jan 18 15:07:23 2018 +0100
@@ -3,6 +3,8 @@
 
 #include <stdint.h>
 
+#ifdef MBED_CONF_NANOSTACK_CONFIGURATION
+
 #include "NanostackRfPhy.h"
 #include "PinNames.h"
 
@@ -51,4 +53,5 @@
     const PinName _brd_led;
 };
 
+#endif /* MBED_CONF_NANOSTACK_CONFIGURATION */
 #endif /* NANOSTACK_RF_PHY_SPIRIT1_H_ */