Skip to content

Commit

Permalink
cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Dec 27, 2024
1 parent 8f0334e commit 332e8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MycilaRouter/MycilaRouter.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace Mycila {
float voltage = NAN;
} Metrics;

Router(PID& pidController) : _pidController(&pidController) {}
explicit Router(PID& pidController) : _pidController(&pidController) {}

void addOutput(RouterOutput& output) { _outputs.push_back(&output); }
const std::vector<RouterOutput*>& getOutputs() const { return _outputs; }
Expand Down

0 comments on commit 332e8ac

Please sign in to comment.