Deleted the definition fo HD44780_I2C

This commit is contained in:
Efthymios Kalyviotis 2018-03-30 19:48:07 +03:00
parent a89417e26e
commit 228ad35de0

View file

@ -11,9 +11,9 @@
#include <stdint.h>
#include <stdbool.h>
#ifndef HD44780_I2C
#define HD44780_I2C 1
#endif
//#ifndef HD44780_I2C
//#define HD44780_I2C 1
//#endif
#if (HD44780_I2C)
#include <i2c/i2c.h>
#endif