From c84b62c0fb270a9d5e111de579a69546f47fce20 Mon Sep 17 00:00:00 2001 From: bernie Date: Tue, 14 Sep 2004 21:06:07 +0000 Subject: [PATCH] Use debug.h instead of kdebug.h; Spelling fixes. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@207 38d2e660-2303-0410-9eaa-f027e97ec537 --- drv/ser.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drv/ser.c b/drv/ser.c index 66336675..35a4d192 100755 --- a/drv/ser.c +++ b/drv/ser.c @@ -28,6 +28,9 @@ /*#* *#* $Log$ + *#* Revision 1.17 2004/09/14 21:06:07 bernie + *#* Use debug.h instead of kdebug.h; Spelling fixes. + *#* *#* Revision 1.16 2004/09/06 21:40:50 bernie *#* Move buffer handling in chip-specific driver. *#* @@ -76,7 +79,7 @@ *#*/ #include -#include +#include #include "ser.h" #include "ser_p.h" #include "hw.h" @@ -341,7 +344,7 @@ void ser_settimeouts(struct Serial *port, time_t rxtimeout, time_t txtimeout) #if CONFIG_SER_RXTIMEOUT != -1 /*! - * Discard input to resynchronize with remote end + * Discard input to resynchronize with remote end. * * Discard incoming data until the port stops receiving * characters for at least \a delay milliseconds. -- 2.25.1