mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
remove read_param from ui_init (#19745)
This commit is contained in:
@@ -46,7 +46,6 @@ void ui_init(UIState *s) {
|
||||
s->started = false;
|
||||
s->status = STATUS_OFFROAD;
|
||||
s->scene.satelliteCount = -1;
|
||||
read_param(&s->is_metric, "IsMetric");
|
||||
|
||||
s->fb = framebuffer_init("ui", 0, true, &s->fb_w, &s->fb_h);
|
||||
assert(s->fb);
|
||||
|
||||
Reference in New Issue
Block a user