Skip to content

Commit

Permalink
Fix blanking screen on reverse gear commaai#2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinl committed Jul 9, 2020
1 parent e32e6cf commit 1324d8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/ui/ui.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ typedef struct UIScene {
cereal::RadarState::LeadData::Reader lead_data[2];
cereal::ControlsState::Reader controls_state;
cereal::DriverState::Reader driver_state;
int gear;
} UIScene;

typedef struct {
Expand Down

0 comments on commit 1324d8b

Please sign in to comment.