Skip to content

Commit 44024f6

Browse files
committed
Add missing private pointer for D6T-1A
1 parent f7c094c commit 44024f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/i2c/WipperSnapper_I2C.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ class WipperSnapper_Component_I2C {
149149
_drivers_out; ///< List of i2c output drivers
150150
// Sensor driver objects
151151
WipperSnapper_I2C_Driver_AHTX0 *_ahtx0 = nullptr;
152+
WipperSnapper_I2C_Driver_D6T1A *_d6t1a = nullptr;
152153
WipperSnapper_I2C_Driver_DPS310 *_dps310 = nullptr;
153154
WipperSnapper_I2C_Driver_DS2484 *_ds2484 = nullptr;
154155
WipperSnapper_I2C_Driver_ENS160 *_ens160 = nullptr;

0 commit comments

Comments
 (0)