Update ratgdo.cpp

This commit is contained in:
Paul Wieland 2024-08-01 12:28:55 -04:00
parent d3a663967b
commit 75bbe9ce6e
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ namespace ratgdo {
this->protocol_->call(InactivateLearn {});
}
void RATGDOComponent::subscribe_rolling_code_counter(std::function<void(uint32_t)>&& f, const std::string &name = "rolling_code_counter")
void RATGDOComponent::subscribe_rolling_code_counter(std::function<void(uint32_t)>&& f, const std::string &name)
{
// change update to children is defered until after component loop
// if multiple changes occur during component loop, only the last one is notified