Beginnings of support for Zigduino. AVR code is really out of shape.
[goodfet] / firmware / apps / spi / spi.c
index bb1753a..f92fcf5 100644 (file)
 
 #ifdef __MSPGCC__
 #include <msp430.h>
-#else
-#include <signal.h>
-#include <msp430.h>
-#include <iomacros.h>
+/* #else */
+/* #include <signal.h> */
+/* #include <msp430.h> */
+/* #include <iomacros.h> */
 #endif
 
 #include "spi.h"