On Tue, Feb 05, 2002 at 05:40:48AM -0800, Abraham vd Merwe wrote:
> Update of /cvsroot/blob/blob/include/blob
> In directory usw-pr-cvs1:/tmp/cvs-serv15305/include/blob
>
> Modified Files:
> serial.h
> Log Message:
> Added a printf()-like function for printing to the serial port. Also some
> minor code cleanup in the memory checking routines.
>
>
> Index: serial.h
> ===================================================================
> RCS file: /cvsroot/blob/blob/include/blob/serial.h,v
> retrieving revision 1.5
> retrieving revision 1.6
> diff -u -d -r1.5 -r1.6
> --- serial.h 2002/01/05 20:14:34 1.5
> +++ serial.h 2002/02/05 13:40:46 1.6
> @@ -94,6 +94,9 @@
> void SerialOutputHex(const u32 h);
> void SerialOutputDec(const u32 d);
> void SerialOutputBlock(const char *buf, int bufsize);
> +void SerialOutputChar (const char c);
Not necessary, we already have exactly the same functionality in
serial_write().
Erik
--
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Faculty
of Information Technology and Systems, Delft University of Technology,
PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635
Fax: +31-15-2781843 Email: J.A...@it...
WWW: http://www-ict.its.tudelft.nl/~erik/
|