Update HD44780.cpp

The section at line 402 is mostly the same as the section at line 294, I suspect the new section should be setFMInt() instead....
This commit is contained in:
Andy Taylor 2020-05-03 18:33:22 +01:00 committed by GitHub
parent 3687eb71a8
commit 7e145d288a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -399,7 +399,7 @@ void CHD44780::setQuitInt()
m_dmr = false;
}
void CHD44780::setIdleInt()
void CHD44780::setFMInt()
{
m_clockDisplayTimer.stop();
::lcdClear(m_fd);