X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Fdrv%2Fser_simple_avr.h;h=c6d85883c798de695e0bcb4557ee9b5eb67196a9;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=ec4cf6045839594dc92b5926f5a927f638c02296;hpb=345f93de1963f49bdb194d2b06c8c5d7ba0a3e5f;p=bertos.git diff --git a/bertos/cpu/avr/drv/ser_simple_avr.h b/bertos/cpu/avr/drv/ser_simple_avr.h index ec4cf604..c6d85883 100644 --- a/bertos/cpu/avr/drv/ser_simple_avr.h +++ b/bertos/cpu/avr/drv/ser_simple_avr.h @@ -27,49 +27,27 @@ * the GNU General Public License. * * Copyright 2003,2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * --> * * \brief Simple serial I/O driver * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi */ -/*#* - *#* $Log$ - *#* Revision 1.2 2006/07/19 12:56:26 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.1 2005/04/12 01:37:50 bernie - *#* Import into DevLib. - *#* - *#* Revision 1.5 2004/10/20 13:37:49 batt - *#* Change testing of simple serial instead of ARCH_BOOT in sc driver. - *#* - *#* Revision 1.4 2004/10/15 12:22:04 batt - *#* Readd ';' in setstatus macro. - *#* - *#* Revision 1.3 2004/10/15 12:13:57 batt - *#* Correct \brief header. - *#* - *#* Revision 1.2 2004/10/15 11:54:21 batt - *#* Reformat. - *#* - *#* Revision 1.1 2004/10/13 16:35:36 batt - *#* New (simple) serial driver. - *#* - *#* - */ -#ifndef SER_SIMPLE_H -#define SER_SIMPLE_H +#ifndef DRV_SER_SIMPLE_AVR_H +#define DRV_SER_SIMPLE_AVR_H + +#warning FIXME:This module is obsolete, yuo must refactor it. +#if 0 /* For checking which serial driver is linked */ #define SER_SIMPLE -#include -#include +#include +#include #if 0 @@ -168,4 +146,6 @@ extern void _ser_close(void); #define ser_setstatus(h, x) do {(void)(x);} while(0) /* \} */ -#endif /* SER_SIMPLE_H */ +#endif /* DRV_SER_SIMPLE_AVR_H */ + +#endif