mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-22 00:33:44 +08:00
remove read_param from ui_init (#19745)
old-commit-hash: cf2585adf671c5777b8cedcf44d04614e0161845
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