Skip to content

Commit

Permalink
Small bug fix (#1447)
Browse files Browse the repository at this point in the history
### Changelist 
<!-- Give a list of the changes covered in this PR. This will help both
you and the reviewer keep this PR within scope. -->

### Testing Done
<!-- Outline the testing that was done to demonstrate the changes are
solid. This could be unit tests, integration tests, testing on the car,
etc. Include relevant code snippets, screenshots, etc as needed. -->

### Resolved Tickets
<!-- Link any tickets that this PR resolves. -->
  • Loading branch information
DJ90864 authored Feb 5, 2025
1 parent 75bef45 commit a20888b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/quadruna/BMS/src/tasks.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ void tasks_init(void)
io_sdGpio_init(&sd_gpio);

app_globals_init();

jobs_init();
}

void tasks_deinit(void)
Expand Down

0 comments on commit a20888b

Please sign in to comment.