mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +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;
|
m_dmr = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CHD44780::setIdleInt()
|
void CHD44780::setFMInt()
|
||||||
{
|
{
|
||||||
m_clockDisplayTimer.stop();
|
m_clockDisplayTimer.stop();
|
||||||
::lcdClear(m_fd);
|
::lcdClear(m_fd);
|
||||||
|
|||||||
Reference in New Issue
Block a user