ina238: actually run it

Without this the driver would not run when started from the
i2c_launcher.
This commit is contained in:
Julian Oes
2025-05-14 13:38:28 +12:00
parent d8323a0887
commit b067113365
+9 -1
View File
@@ -137,7 +137,15 @@ int INA238::init()
return ret;
}
return Reset();
ret = Reset();
if (ret) {
return ret;
}
start();
return 0;
}
int INA238::force_init()