We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a0a96 commit e9b91b3Copy full SHA for e9b91b3
1 file changed
src/components/i2c/drivers/WipperSnapper_I2C_Driver_SPA06_003.h
@@ -119,10 +119,10 @@ class WipperSnapper_I2C_Driver_SPA06_003 : public WipperSnapper_I2C_Driver {
119
120
protected:
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
+ Adafruit_Sensor *_spa06_003_temp =
+ nullptr; ///< Ptr to an adafruit_sensor representing the temperature
+ Adafruit_Sensor *_spa06_003_pressure =
+ nullptr; ///< Ptr to an adafruit_sensor representing the pressure
126
};
127
128
#endif // WipperSnapper_I2C_Driver_SPA06_003_H
0 commit comments