Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rav4kumar committed Nov 11, 2020
1 parent 3db35cc commit af31374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/ui/ui.cc
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ void update_sockets(UIState *s) {
}
if (sm.updated("thermal")) {
scene.thermal = sm["thermal"].getThermal();
scene.pa0 = scene.thermal.getbat();
scene.bat = scene.thermal.getbat();
}
if (sm.updated("ubloxGnss")) {
auto data = sm["ubloxGnss"].getUbloxGnss();
Expand Down

0 comments on commit af31374

Please sign in to comment.