We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9214c commit c3313b3Copy full SHA for c3313b3
src/components/ds18x20/controller.cpp
@@ -20,7 +20,7 @@
20
*/
21
/***********************************************************************/
22
DS18X20Controller::DS18X20Controller() {
23
- _num_drivers = 0;
+ _num_drivers = 0;
24
_DS18X20_model = new DS18X20Model();
25
}
26
0 commit comments