File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/i2c/drivers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,10 @@ class WipperSnapper_I2C_Driver_SPA06_003 : public WipperSnapper_I2C_Driver {
119
119
120
120
protected:
121
121
Adafruit_SPA06_003 *_spa06_003 = nullptr ; // /< SPA06-003 object
122
- Adafruit_Sensor *_spa06_003_temp = {
123
- 0 } ; // /< Ptr to an adafruit_sensor representing the temperature
124
- Adafruit_Sensor *_spa06_003_pressure = {
125
- 0 } ; // /< Ptr to an adafruit_sensor representing the pressure
122
+ Adafruit_Sensor *_spa06_003_temp =
123
+ nullptr ; // /< Ptr to an adafruit_sensor representing the temperature
124
+ Adafruit_Sensor *_spa06_003_pressure =
125
+ nullptr ; // /< Ptr to an adafruit_sensor representing the pressure
126
126
};
127
127
128
128
#endif // WipperSnapper_I2C_Driver_SPA06_003_H
You can’t perform that action at this time.
0 commit comments