From af313748ac5b7327bf122d9c6ccf5e4f2f2a7546 Mon Sep 17 00:00:00 2001 From: rav4kumar <36933347+rav4kumar@users.noreply.github.com> Date: Wed, 11 Nov 2020 12:09:20 -0700 Subject: [PATCH] typo --- selfdrive/ui/ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/ui.cc b/selfdrive/ui/ui.cc index a741fad6bbf39a..df59ab98ead39b 100644 --- a/selfdrive/ui/ui.cc +++ b/selfdrive/ui/ui.cc @@ -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();