remove offroadLayout from sm (#1846)

pull/1847/head
Dean Lee 5 years ago committed by GitHub
parent 3ab0b49656
commit 11fbe85c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/ui/ui.cc

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

Loading…
Cancel
Save