X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fser.c;h=02e3e2d1519006252875ed28fb9891f7a64e77a3;hb=0d93a13a8cf12124906cfd7e734c37179f2b823e;hp=29719d4c824761f774fdd541f63eaeb7a9654258;hpb=888d1c49ed7cea0f272f520a74be35a32032bd6e;p=bertos.git diff --git a/drv/ser.c b/drv/ser.c index 29719d4c..02e3e2d1 100755 --- a/drv/ser.c +++ b/drv/ser.c @@ -28,6 +28,12 @@ /*#* *#* $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. + *#* *#* Revision 1.27 2005/11/27 23:33:40 bernie *#* Use appconfig.h instead of cfg/config.h. *#* @@ -112,7 +118,7 @@ #include "ser_p.h" #include #include -#include +//#include #include /* @@ -470,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) {