mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
HD44780 RSSI: fix typo
This commit is contained in:
@@ -615,7 +615,7 @@ void CHD44780::writeDMRInt(unsigned int slotNo, const std::string& src, bool gro
|
|||||||
|
|
||||||
void CHD44780::writeDMRRSSIInt(unsigned int slotNo, unsigned char rssi)
|
void CHD44780::writeDMRRSSIInt(unsigned int slotNo, unsigned char rssi)
|
||||||
{
|
{
|
||||||
if (m_cols > 2) {
|
if (m_rows > 2) {
|
||||||
if (slotNo == 1U) {
|
if (slotNo == 1U) {
|
||||||
if (m_rssiCount1 == 0U) {
|
if (m_rssiCount1 == 0U) {
|
||||||
::lcdPosition(m_fd, 0, 3);
|
::lcdPosition(m_fd, 0, 3);
|
||||||
|
|||||||
Reference in New Issue
Block a user