mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Correct typo in HD44780.cpp (see Yahoo Group)
This commit is contained in:
@@ -240,7 +240,7 @@ bool CHD44780::open()
|
||||
void CHD44780::adafruitLCDSetup()
|
||||
{
|
||||
// The other control pins are initialised with lcdInit()
|
||||
::mcp23017Setup(AF_BASE, m_i2caddress);
|
||||
::mcp23017Setup(AF_BASE, m_i2cAddress);
|
||||
|
||||
// Backlight LEDs
|
||||
::pinMode(AF_RED, OUTPUT);
|
||||
|
||||
Reference in New Issue
Block a user