Skip to content

Commit

Permalink
Fix gpio_controller
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 10, 2024
1 parent cfc855f commit 39c8096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpio_controllers/src/gpio_command_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ void GpioCommandController::store_command_interface_types()

void GpioCommandController::store_state_interface_types()
{
for (const auto & entry : params_.command_interfaces.gpios_map)
for (const auto & entry : params_.state_interfaces.gpios_map)
{
const auto & gpio_name = entry.first;
const auto & interfaces = entry.second;
Expand Down

0 comments on commit 39c8096

Please sign in to comment.