SDP3X: fix comment

This commit is contained in:
mirkix
2017-10-25 22:37:36 +02:00
committed by Lorenz Meier
parent 48cfb37c5a
commit 69231ea249
+1 -1
View File
@@ -61,7 +61,7 @@ start(uint8_t i2c_bus)
g_dev = new SDP3X(i2c_bus, I2C_ADDRESS_1_SDP3X, PATH_SDP3X);
/* check if the MS4525DO was instantiated */
/* check if the SDP3XDSO was instantiated */
if (g_dev == nullptr) {
goto fail;
}