Skip to content

Commit

Permalink
Resolve conflicts from 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeexsixare authored Sep 26, 2018
1 parent 192dd04 commit 74e9ce6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions selfdrive/ui/ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ typedef struct UIScene {

uint64_t started_ts;

<<<<<<< HEAD
//BB CPU TEMP
uint16_t maxCpuTemp;
uint32_t maxBatTemp;
Expand All @@ -148,12 +147,7 @@ typedef struct UIScene {
float angleSteers;
float angleSteersDes;
//BB END CPU TEMP
// Used to display calibration progress
int cal_status;
int cal_perc;

=======
>>>>>>> upstream/devel
// Used to show gps planner status
bool gps_planner_active;

Expand Down Expand Up @@ -1529,16 +1523,8 @@ static void ui_draw_vision(UIState *s) {
// Controls Alerts
ui_draw_vision_alert(s, s->scene.alert_size, s->status,
s->scene.alert_text1, s->scene.alert_text2);
<<<<<<< HEAD
} else if (scene->cal_status == CALIBRATION_UNCALIBRATED) {
// Calibration Status
ui_draw_calibration_status(s);
} else {
ui_draw_vision_footer(s);
=======
} else {
ui_draw_vision_footer(s);
>>>>>>> upstream/devel
}

nvgEndFrame(s->vg);
Expand Down

0 comments on commit 74e9ce6

Please sign in to comment.