We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893b790 commit 18f0ad4Copy full SHA for 18f0ad4
1 file changed
src/dev/TPS2HB50BQ1.cpp
@@ -87,8 +87,6 @@ uint32_t TPS2HB50BQ1::getTemp() {
87
setDiagnostics(DiagMode::OFF);
88
89
return (current * coefficient)/1000;
90
-
91
- // TODO: more processing on raw adc senseOut pin output
92
}
93
94
uint32_t TPS2HB50BQ1::getFaultStatus() {
0 commit comments