Skip to content

Commit

Permalink
Merge pull request commaai#361 from rav4kumar/patch-2
Browse files Browse the repository at this point in the history
change "limit" to "speedlimit"
  • Loading branch information
arne182 committed Jun 1, 2019
2 parents 8e18b63 + 8bdf102 commit e00e286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/ui/bbui.h
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ void bb_ui_draw_measures_left( UIState *s, int bb_x, int bb_y, int bb_w ) {

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

bb_h +=bb_ui_draw_measure(s, val_str, uom_str, "Limit",
bb_h +=bb_ui_draw_measure(s, val_str, uom_str, "SpeedLimit",
bb_rx, bb_ry, bb_uom_dx,
val_color, lab_color, uom_color,
value_fontSize, label_fontSize, uom_fontSize );
Expand Down

0 comments on commit e00e286

Please sign in to comment.