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