Telos B port is now working, and the CC2420 driver is coming together.
[goodfet] / firmware / apps / spi / spi.c
index aa3c5ec..1cb12e5 100644 (file)
@@ -5,7 +5,7 @@
 
 //Higher level left to client application.
 
-#include "platform.h"
+
 #include "command.h"
 
 #include <signal.h>
 
 #include "spi.h"
 
+#define SPIAPPLICATION
+
+#include "platform.h"
+
 //! Handles a monitor command.
 void spi_handle_fn( uint8_t const app,
                                        uint8_t const verb,