From: Tim R. <tim...@us...> - 2001-07-07 21:20:00
|
Update of /cvsroot/blob/blob/src In directory usw-pr-cvs1:/tmp/cvs-serv31411/src Modified Files: Tag: blob_1_0_9_hack serial.c Log Message: going to use NIBBLES_PER_WORD elsewhere Index: serial.c =================================================================== RCS file: /cvsroot/blob/blob/src/serial.c,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- serial.c 2001/06/27 19:47:42 1.1.1.1 +++ serial.c 2001/07/07 21:19:57 1.1.1.1.2.1 @@ -42,15 +42,6 @@ #include "serial.h" #include "time.h" - - - -/* number of nibbles in a word */ -#define NIBBLES_PER_WORD (8) - - - - /* * Initialise the serial port with the given baudrate. The settings * are always 8 data bits, no parity, 1 stop bit, no start bits. |