mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
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:
@@ -399,7 +399,7 @@ void CHD44780::setQuitInt()
|
||||
m_dmr = false;
|
||||
}
|
||||
|
||||
void CHD44780::setIdleInt()
|
||||
void CHD44780::setFMInt()
|
||||
{
|
||||
m_clockDisplayTimer.stop();
|
||||
::lcdClear(m_fd);
|
||||
|
||||
Reference in New Issue
Block a user