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