]> rtime.felk.cvut.cz Git - fpga/virtex2/blink.git/blobdiff - software/hardware.h
+ Softcore software.
[fpga/virtex2/blink.git] / software / hardware.h
diff --git a/software/hardware.h b/software/hardware.h
new file mode 100644 (file)
index 0000000..3584bb8
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef MAIN_H
+#define MAIN_H
+
+#define __msp430_have_port3
+#define __MSP430_HAS_PORT3__
+
+#include <io.h>
+#include <signal.h>
+#include <iomacros.h>
+
+
+
+#endif // MAIN_H