mirror of https://github.com/g4klx/MMDVM.git
Update IO.cpp
This commit is contained in:
parent
d6e1fadb16
commit
478b0fdb32
2
IO.cpp
2
IO.cpp
|
@ -263,7 +263,7 @@ void CIO::process()
|
||||||
#if defined(CONSTANT_SRV_LED)
|
#if defined(CONSTANT_SRV_LED)
|
||||||
setLEDInt(true);
|
setLEDInt(true);
|
||||||
#else
|
#else
|
||||||
if (m_ledCount >= 24000U) {
|
if (m_ledCount >= 48000U) {
|
||||||
m_ledCount = 0U;
|
m_ledCount = 0U;
|
||||||
m_ledValue = !m_ledValue;
|
m_ledValue = !m_ledValue;
|
||||||
setLEDInt(m_ledValue);
|
setLEDInt(m_ledValue);
|
||||||
|
|
Loading…
Reference in New Issue