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()