From 4fe42c5072641cfdf9a65db8ccde33133c328fdb Mon Sep 17 00:00:00 2001 From: Paul Wieland Date: Thu, 1 Aug 2024 12:24:00 -0400 Subject: [PATCH] Update ratgdo.cpp --- 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 5992327..cf8fd15 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -597,7 +597,7 @@ namespace ratgdo { this->protocol_->call(InactivateLearn {}); } - void RATGDOComponent::subscribe_rolling_code_counter(std::function&& f, const std::string &name = "rolling_code_counter"); + void RATGDOComponent::subscribe_rolling_code_counter(std::function&& f, const std::string &name = "rolling_code_counter") { // change update to children is defered until after component loop // if multiple changes occur during component loop, only the last one is notified