exclude msp430 specific stuff
[goodfet] / firmware / apps / radios / nrf.c
index 76c396c..d46a3f7 100644 (file)
@@ -8,9 +8,11 @@
 #include "platform.h"
 #include "command.h"
 
+#ifdef __MSPGCC__
 #include <signal.h>
 #include <msp430.h>
 #include <iomacros.h>
+#endif
 
 #include "nrf.h"
 #include "spi.h"