Fixed USB host bugs.
[goodfet] / firmware / platforms / goodfet.h
index 46e0ecb..14f9df8 100644 (file)
@@ -3,12 +3,16 @@
   \brief Port descriptions for the GoodFET platform.
 */
 
   \brief Port descriptions for the GoodFET platform.
 */
 
-#ifdef __MSPGCC__
-#include <msp430.h>
-#else
-#include <signal.h>
+/* #ifdef __MSPGCC__ */
+/* #include <msp430.h> */
+/* #else */
+/* #include <signal.h> */
+/* #include <msp430.h> */
+/* #include <iomacros.h> */
+/* #endif */
+
+#ifndef _GNU_ASSEMBLER_
 #include <msp430.h>
 #include <msp430.h>
-#include <iomacros.h>
 #endif
 
 //LED on P1.0
 #endif
 
 //LED on P1.0