remove offroadLayout from sm (#1846)

old-commit-hash: 11fbe85c14
commatwo_master
Dean Lee 5 years ago committed by GitHub
parent b38c33cc47
commit 9c33f51990
  1. 2
      selfdrive/ui/ui.cc

@ -168,7 +168,7 @@ static void ui_init(UIState *s) {
pthread_mutex_init(&s->lock, NULL); pthread_mutex_init(&s->lock, NULL);
s->sm = new SubMaster({"model", "controlsState", "uiLayoutState", "liveCalibration", "radarState", "thermal", s->sm = new SubMaster({"model", "controlsState", "uiLayoutState", "liveCalibration", "radarState", "thermal",
"health", "ubloxGnss", "driverState", "dMonitoringState", "offroadLayout" "health", "ubloxGnss", "driverState", "dMonitoringState"
#ifdef SHOW_SPEEDLIMIT #ifdef SHOW_SPEEDLIMIT
, "liveMapData" , "liveMapData"
#endif #endif

Loading…
Cancel
Save