Skip to content

Commit

Permalink
Fixed pedal not initializing (commaai#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbederks authored and rbiasini committed Aug 27, 2019
1 parent 36067e0 commit d69d05f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions board/pedal/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ int main(void) {
detect_configuration();
detect_board_type();

// init board
current_board->init();

#ifdef PEDAL_USB
// enable USB
usb_init();
Expand Down

0 comments on commit d69d05f

Please sign in to comment.