mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 06:26:42 +00:00
Update IO.cpp
This commit is contained in:
parent
d6e1fadb16
commit
478b0fdb32
1 changed files with 1 additions and 1 deletions
2
IO.cpp
2
IO.cpp
|
|
@ -263,7 +263,7 @@ void CIO::process()
|
|||
#if defined(CONSTANT_SRV_LED)
|
||||
setLEDInt(true);
|
||||
#else
|
||||
if (m_ledCount >= 24000U) {
|
||||
if (m_ledCount >= 48000U) {
|
||||
m_ledCount = 0U;
|
||||
m_ledValue = !m_ledValue;
|
||||
setLEDInt(m_ledValue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue