From: bernie Date: Thu, 18 May 2006 00:39:30 +0000 (+0000) Subject: ser_open(): Document a bit more. X-Git-Tag: 1.0.0~629 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=452db7adbd8779c9ffcb9d17ca2c1a2a9c1af464;p=bertos.git ser_open(): Document a bit more. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@612 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/drv/ser.c b/drv/ser.c index 03c6db81..02e3e2d1 100755 --- a/drv/ser.c +++ b/drv/ser.c @@ -28,6 +28,9 @@ /*#* *#* $Log$ + *#* Revision 1.29 2006/05/18 00:39:30 bernie + *#* ser_open(): Document a bit more. + *#* *#* Revision 1.28 2006/02/17 22:23:06 bernie *#* Update POSIX serial emulator. *#* @@ -473,7 +476,9 @@ void ser_drain(struct Serial *ser) /*! - * Initialize serial + * Initialize a serial port. + * + * \param unit Serial unit to open. Possible values are architecture dependant. */ struct Serial *ser_open(unsigned int unit) {