Setting the default config in the Makefile so that it builds the exact same
[goodfet] / firmware / include / jtag430x2.h
diff --git a/firmware/include/jtag430x2.h b/firmware/include/jtag430x2.h
new file mode 100644 (file)
index 0000000..86598a8
--- /dev/null
@@ -0,0 +1,16 @@
+/*! \file jtag430x2.h
+  \author Dave Huseby
+  \brief MSP430X2 JTAG (20-bit)
+*/
+
+#ifndef JTAG430X2_H
+#define JTAG430X2_H
+
+#include "app.h"
+
+#define JTAG430X2 0x11
+
+extern app_t const jtag430x2_app;
+
+#endif
+