From 7822adf6d37f7e226910afe5a28dff5f19e79466 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 17:59:14 -0500 Subject: [PATCH] tweak --- components/ratgdo/ratgdo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 54c3609..1417d4a 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -268,7 +268,7 @@ namespace ratgdo { this->rollingCodeCounter = (this->rollingCodeCounter + 1) & 0xfffffff; for (auto* child : this->children_) { child->on_rolling_code_change(this->rollingCodeCounter); - } + } } void RATGDOComponent::printRollingCode()