Skip to content

Commit

Permalink
code tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
rtlopez committed Oct 26, 2024
1 parent 29901cb commit bb9d641
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/Espfc/src/Espfc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
namespace Espfc {

Espfc::Espfc():
_hardware(_model), _controller(_model), _telemetry(_model), _input(_model, _telemetry), _actuator(_model), _sensor(_model),
_mixer(_model), _blackbox(_model)
, _buzzer(_model)
, _serial(_model, _telemetry)
_hardware{_model}, _controller{_model}, _telemetry{_model}, _input{_model, _telemetry}, _actuator{_model}, _sensor{_model},
_mixer{_model}, _blackbox{_model}, _buzzer{_model}, _serial{_model, _telemetry}
{}

int Espfc::load()
Expand Down

0 comments on commit bb9d641

Please sign in to comment.