Skip to content
Snippets Groups Projects
Commit 69231ea2 authored by mirkix's avatar mirkix Committed by Lorenz Meier
Browse files

SDP3X: fix comment

parent 48cfb37c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment