Skip to content

Commit

Permalink
make sure to initialize task
Browse files Browse the repository at this point in the history
  • Loading branch information
AritroSaha10 committed Jan 4, 2025
1 parent f9d03ff commit 34f6b04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/fw_103/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ int main() {
tasks_init();
log_init();
gpio_init();

tasks_init_task(led_toggle, TASK_PRIORITY(2), NULL);

LOG_DEBUG("Welcome to FW 103!\n");

tasks_start();
Expand Down

0 comments on commit 34f6b04

Please sign in to comment.