Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Serafadam committed Sep 7, 2023
1 parent bf0ab27 commit 9cf59e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depthai_ros_driver/src/dai_nodes/base_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void BaseNode::link(dai::Node::Input /*in*/, int /*linkType = 0*/) {
throw(std::runtime_error("link() not implemented"));
}

void BaseNode::updateParams(parametersConfig& config) {
void BaseNode::updateParams(parametersConfig& /*config*/) {
return;
}
} // namespace dai_nodes
Expand Down

0 comments on commit 9cf59e1

Please sign in to comment.