X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=cpu%2Favr%2Fdrv%2Ftwi_avr.c;h=bd4fcfd7bbe3d83a869c29ea8d827ec81359d8d2;hb=efbdba7e2814415234ef47bd10ff888559ea90af;hp=0d03950f95fe22d74e5763be804c0f0abd448ff5;hpb=753d17c6975a0edd44fd771f1af01d95a61d292a;p=bertos.git diff --git a/cpu/avr/drv/twi_avr.c b/cpu/avr/drv/twi_avr.c index 0d03950f..bd4fcfd7 100644 --- a/cpu/avr/drv/twi_avr.c +++ b/cpu/avr/drv/twi_avr.c @@ -38,38 +38,11 @@ * \author Bernardo Innocenti */ -/*#* - *#* $Log$ - *#* Revision 1.8 2007/06/07 14:35:12 batt - *#* Merge from project_ks. - *#* - *#* Revision 1.7 2006/07/19 12:56:26 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.6 2006/03/20 17:49:50 bernie - *#* Make the TWI driver more generic to work with devices other than EEPROMS. - *#* - *#* Revision 1.5 2005/11/27 23:33:40 bernie - *#* Use appconfig.h instead of cfg/config.h. - *#* - *#* Revision 1.4 2005/04/11 19:10:28 bernie - *#* Include top-level headers from cfg/ subdir. - *#* - *#* Revision 1.3 2005/03/01 23:26:00 bernie - *#* Header fix. - *#* - *#* Revision 1.2 2005/01/25 08:36:56 bernie - *#* CONFIG_TWI_FREQ: New config param. - *#* - *#* Revision 1.1 2005/01/06 16:09:40 aleph - *#* Split twi/eeprom functions from eeprom module in separate twi module - *#* - *#*/ - #include "twi.h" #include -#include +#include +#include #include // BV() #include /* CLOCK_FREQ */ #include