Skip to content

Commit

Permalink
fix for stay awake.
Browse files Browse the repository at this point in the history
  • Loading branch information
rav4kumar authored Mar 28, 2020
1 parent 24eb3c2 commit bd95c9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions selfdrive/ui/ui.cc
Original file line number Diff line number Diff line change
Expand Up @@ -650,8 +650,6 @@ static void check_messages(UIState *s) {
Message * msgarne182 = sock->receive();
if (msgarne182 == NULL) continue;

set_awake(s, true);

handle_message_arne182(s, msgarne182);

delete msgarne182;
Expand Down

0 comments on commit bd95c9e

Please sign in to comment.