avec dfu
Fork of Utils by
Diff: Utils.h
- Revision:
- 16:74cb32bb162f
- Parent:
- 15:a8c19ad9c11d
- Child:
- 18:522e18b47823
diff -r a8c19ad9c11d -r 74cb32bb162f Utils.h --- a/Utils.h Mon Apr 09 06:51:14 2018 +0000 +++ b/Utils.h Thu May 03 08:42:58 2018 +0000 @@ -24,7 +24,7 @@ //Adresse i2C de l'eeprom #define EEPROM_ADDRESS 0xA0 -#define DEBUG_MODE 1 +#define DEBUG_MODE 0 #if DEBUG_MODE #define DEBUG(...) { printf(__VA_ARGS__); fflush(stdout);}