Update IO.cpp

This commit is contained in:
LucaMarche IZ1MLT 2018-06-06 08:23:58 +02:00 committed by GitHub
parent d6e1fadb16
commit 478b0fdb32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
IO.cpp
View File

@ -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);