X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=drv%2Fser.c;h=6d16b93c1b5dc685b4d0df0c9885e625efad42b1;hb=a5fba8f9bf20dab160ac77bcdc8f34487fbc55db;hp=96c93df59370946432de6ae8d61c5bc26577109b;hpb=0375780817109b6ab5cd4f36ccf80650b2fe77d5;p=bertos.git diff --git a/drv/ser.c b/drv/ser.c index 96c93df5..6d16b93c 100755 --- a/drv/ser.c +++ b/drv/ser.c @@ -1,8 +1,8 @@ /*! * \file * * @@ -28,29 +28,9 @@ /* * $Log$ - * Revision 1.1 2004/05/23 18:10:11 bernie - * Import drv/ modules. - * - * Revision 1.5 2004/05/14 12:47:26 rasky - * Importato nuovo supporto seriale per AVR da Stefano - * - * Revision 1.4 2004/04/29 16:40:23 rasky - * Durante i busy loop della seriale, chiama la proc_switch() per cambiare processo - * - * Revision 1.3 2004/04/21 17:38:24 rasky - * New application - * - * Revision 1.16 2004/04/03 18:30:49 aleph - * Move timeout defines in config, private define in .c - * - * Revision 1.15 2004/03/29 17:01:02 aleph - * Add function to set serial parity, fix it when ser_open is used - * - * Revision 1.14 2004/03/29 16:19:33 aleph - * Add ser_cleanup function; Various code improvements + * Revision 1.2 2004/05/23 18:21:53 bernie + * Trim CVS logs and cleanup header info. * - * Revision 1.13 2004/03/24 15:48:53 bernie - * Remove Copyright messages from Doxygen output */ #include