Setting the default config in the Makefile so that it builds the exact same
[goodfet] / firmware / include / sbw.h
index 4e1756c..4bd4f5e 100644 (file)
@@ -3,7 +3,12 @@
   \brief Spy-Bi-Wire Stuff
 */
 
+#ifndef SBW_H
+#define SBW_H
+
 #include "platform.h"
+#include "command.h"
+#include "app.h"
 
 //IO Pins; these are for EZ430, not GoodFET/UIF
 #define SBWTCK  BIT3
@@ -79,5 +84,5 @@ void sbwCLRTCLK();
 //Do nothing for this.
 #define SAVETCLK 
 
-
+#endif // SBW_H