X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Flib%2Fmsp430_serial.c;h=7335a73e7b1537368c352932ce938595ca9e098e;hp=9a9885d4d452ece834480acc94aa79510be854e6;hb=f244df1b2d3010548ed2cceabdde44f36089a29a;hpb=69539bb167246135b1bde3c55dca7d19bc3c7aee diff --git a/firmware/lib/msp430_serial.c b/firmware/lib/msp430_serial.c index 9a9885d..7335a73 100644 --- a/firmware/lib/msp430_serial.c +++ b/firmware/lib/msp430_serial.c @@ -5,9 +5,11 @@ * 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 -#include +#include #include #include "msp430_serial.h"