changes to the GUI to allow for better loading and writing as well as tested our...
[goodfet] / firmware / lib / msp430_serial.c
index 9a9885d..7335a73 100644 (file)
@@ -5,9 +5,11 @@
  * serput{c,s} sergetc functionality as on UNIX
  */
 
  * serput{c,s} sergetc functionality as on UNIX
  */
 
+//FIXME This should switch to the standard GoodFET functions for the msp430f161x chips.
+
 #include "platform.h"
 #include <signal.h>
 #include "platform.h"
 #include <signal.h>
-#include <io.h>
+#include <msp430.h>
 #include <iomacros.h>
 #include "msp430_serial.h"
 
 #include <iomacros.h>
 #include "msp430_serial.h"