Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Mar 6, 2025
1 parent 3a9214c commit c3313b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ds18x20/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
/***********************************************************************/
DS18X20Controller::DS18X20Controller() {
_num_drivers = 0;
_num_drivers = 0;
_DS18X20_model = new DS18X20Model();
}

Expand Down

0 comments on commit c3313b3

Please sign in to comment.