Skip to content

Commit e00e286

Browse files
authored
Merge pull request commaai#361 from rav4kumar/patch-2
change "limit" to "speedlimit"
2 parents 8e18b63 + 8bdf102 commit e00e286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/ui/bbui.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ void bb_ui_draw_measures_left( UIState *s, int bb_x, int bb_y, int bb_w ) {
568568

569569
snprintf(uom_str, sizeof(uom_str), "");
570570

571-
bb_h +=bb_ui_draw_measure(s, val_str, uom_str, "Limit",
571+
bb_h +=bb_ui_draw_measure(s, val_str, uom_str, "SpeedLimit",
572572
bb_rx, bb_ry, bb_uom_dx,
573573
val_color, lab_color, uom_color,
574574
value_fontSize, label_fontSize, uom_fontSize );

0 commit comments

Comments
 (0)