X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=firmware%2Flib%2Fmsp430_serial.c;h=7335a73e7b1537368c352932ce938595ca9e098e;hb=f78ae2192de82239171b62eab19fa69c571ebd92;hp=9a9885d4d452ece834480acc94aa79510be854e6;hpb=69539bb167246135b1bde3c55dca7d19bc3c7aee;p=goodfet 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"