X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftwi.c;h=0d03950f95fe22d74e5763be804c0f0abd448ff5;hb=9c6545aacf8bb77445e7c19e41117d2318d752cc;hp=be610df3fe08d3d30b051972beb5ab23133a18d8;hpb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;p=bertos.git diff --git a/drv/twi.c b/drv/twi.c index be610df3..0d03950f 100644 --- a/drv/twi.c +++ b/drv/twi.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * This file is part of DevLib - See README.devlib for information. + * * --> * * \brief Driver for the AVR ATMega TWI (implementation) @@ -69,7 +69,7 @@ #include "twi.h" #include -#include +#include #include // BV() #include /* CLOCK_FREQ */ #include