Skip to content

Commit f957329

Browse files
committed
Update Thermistor.h
Code refactoring.
1 parent 4a73bb6 commit f957329

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

src/Thermistor.h

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,12 @@
2626
class Thermistor {
2727

2828
public:
29-
/**
30-
Destructor
31-
Deletes the base Thermistor instance.
32-
*/
33-
virtual ~Thermistor();
3429

3530
/**
36-
Destructor
37-
Deletes Thermistor instance.
38-
*/
39-
virtual ~Thermistor() {};
31+
Destructor
32+
Deletes Thermistor instance.
33+
*/
34+
virtual ~Thermistor() {};
4035

4136
/**
4237
Reads a temperature in Celsius from the thermistor.

0 commit comments

Comments
 (0)