Add note about another tested PIC target: PIC24FJ64GA002
[goodfet] / firmware / include / platform.h
index 04c37a7..134a082 100644 (file)
@@ -6,9 +6,15 @@
   definition file, such as msp430x1612.c or msp430x2618.c.
 */
 
-#include "config.h"
+
 #include "gfports.h"
 
+#include <signal.h>
+#include <io.h>
+#include <iomacros.h>
+
+#include "config.h"
+
 #ifdef telosb
 //TelosB uses second serial port.
 #define serial_tx serial1_tx