X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftwi.c;h=76d4a82f463c28c305c23913d6e45ef9c6922ac4;hb=39108834d9c102712d6c11830ca9b9fb5b098d19;hp=fa3f094b4960554e821cfbb832facc6fa906be0c;hpb=9a544e24ba666ff6783c0c83f9e77f0b27e474cd;p=bertos.git diff --git a/drv/twi.c b/drv/twi.c index fa3f094b..76d4a82f 100755 --- a/drv/twi.c +++ b/drv/twi.c @@ -2,7 +2,7 @@ * \file * * * \brief Driver for the AVR ATMega TWI (implementation) @@ -15,6 +15,15 @@ /*#* *#* $Log$ + *#* 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. *#* @@ -24,13 +33,14 @@ *#*/ #include "twi.h" -#include "config.h" -#include + +#include +#include +#include // BV() #include -#include -#include // BV() +#include -#include +#include /* Wait for TWINT flag set: bus is ready */