Trying to clean up port.
[goodfet] / firmware / include / monitor.h
index ecae3fd..b36ceab 100644 (file)
@@ -3,9 +3,11 @@
   \brief Debug monitor commands.
 */
 
   \brief Debug monitor commands.
 */
 
+#ifdef MSP430
 #include <signal.h>
 #include <io.h>
 #include <iomacros.h>
 #include <signal.h>
 #include <io.h>
 #include <iomacros.h>
+#endif
 
 // Generic Commands
 
 
 // Generic Commands