X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftwi.c;h=69f0d88d89bfb76e5f48d3bf299d91106a1ae6eb;hb=c5049d7bb6178222c952030c2f2a6f52a43ddda1;hp=fa3f094b4960554e821cfbb832facc6fa906be0c;hpb=9a544e24ba666ff6783c0c83f9e77f0b27e474cd;p=bertos.git diff --git a/drv/twi.c b/drv/twi.c index fa3f094b..69f0d88d 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,12 @@ /*#* *#* $Log$ + *#* 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 +30,13 @@ *#*/ #include "twi.h" -#include "config.h" -#include +#include +#include #include -#include -#include // BV() +#include +#include // BV() -#include +#include /* Wait for TWINT flag set: bus is ready */