Trying to clean up port.
[goodfet] / firmware / include / monitor.h
index 3a89422..b36ceab 100644 (file)
@@ -1,9 +1,13 @@
+/*! \file monitor.h
+  \author Travis Goodspeed
+  \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