Fix typo and remove unwanted code

This commit is contained in:
Tony Corbett G0WFV
2016-06-27 19:18:17 +01:00
parent c1d97ad8cc
commit c4a42d1279
2 changed files with 8 additions and 15 deletions

View File

@@ -62,7 +62,7 @@ enum ADAFRUIT_COLOUR {
#define AF_D2 (AF_BASE + 5)
#define AF_D3 (AF_BASE + 6)
#define AF_D4 (AF_BASE + 7)
#define PCF8547 0x27
#define PCF8574 0x27
#endif
class CHD44780 : public CDisplay