X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftwi.c;h=69f0d88d89bfb76e5f48d3bf299d91106a1ae6eb;hb=91ead190ba55d43ead6182f12a118f5666a752a5;hp=e48663686f28ba8d030bd5dbc08f6589805f6f02;hpb=2c28fb48561c231a4732bb391de57c2b6864ae72;p=bertos.git diff --git a/drv/twi.c b/drv/twi.c index e4866368..69f0d88d 100755 --- a/drv/twi.c +++ b/drv/twi.c @@ -15,6 +15,9 @@ /*#* *#* $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. *#* @@ -27,11 +30,11 @@ *#*/ #include "twi.h" -#include "config.h" -#include +#include +#include #include -#include -#include // BV() +#include +#include // BV() #include