X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Flib%2Fmsp430x1612.c;h=ab8c76e9a3b05669982e6c666955177fd06c3012;hp=e69d209e68ca75b883ae4fcf415ddbdd7dd8f147;hb=6c9b0c0ee024ae117e2b99698fab53556a25eda1;hpb=d9bb1794d9f9d0c0398efa0e91954a0a8c4596e5 diff --git a/firmware/lib/msp430x1612.c b/firmware/lib/msp430x1612.c index e69d209..ab8c76e 100644 --- a/firmware/lib/msp430x1612.c +++ b/firmware/lib/msp430x1612.c @@ -6,7 +6,6 @@ #include #include - //! Receive a byte. unsigned char serial_rx(){ char c; @@ -31,7 +30,6 @@ unsigned char serial1_rx(){ return c; } - //! Transmit a byte. void serial_tx(unsigned char x){ while ((IFG1 & UTXIFG0) == 0); //loop until buffer is free