whitespace.
[goodfet] / firmware / include / monitor.h
index 3a89422..ecae3fd 100644 (file)
@@ -1,10 +1,12 @@
-
+/*! \file monitor.h
+  \author Travis Goodspeed
+  \brief Debug monitor commands.
+*/
 
 #include <signal.h>
 #include <io.h>
 #include <iomacros.h>
 
-
 // Generic Commands
 
 //! Overwrite all of RAM with 0xBEEF, then reboot.