From b2ada2423d074446fbe77fa7f04950d2b2f71aad Mon Sep 17 00:00:00 2001 From: dufourj Date: Mon, 22 May 2006 14:45:55 +0000 Subject: TWI : - correction d'un include ; --- n/avr/modules/twi/twi.avr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'n') diff --git a/n/avr/modules/twi/twi.avr.c b/n/avr/modules/twi/twi.avr.c index dc2bbff..cf70c6d 100644 --- a/n/avr/modules/twi/twi.avr.c +++ b/n/avr/modules/twi/twi.avr.c @@ -26,7 +26,7 @@ #include "twi.h" #include -#include +#include #include "modules/uart/uart.h" // TODO mettre l'etat partout -- cgit v1.2.3