From 478b0fdb323c083703ddb6e1d4da87d87aa4c5b2 Mon Sep 17 00:00:00 2001 From: LucaMarche IZ1MLT Date: Wed, 6 Jun 2018 08:23:58 +0200 Subject: [PATCH] Update IO.cpp --- IO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IO.cpp b/IO.cpp index 6301cde..cd7c26e 100644 --- a/IO.cpp +++ b/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);