Skip to content

Commit

Permalink
forgot a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Known4225 committed Dec 9, 2024
1 parent 4f7f268 commit 5e6ede2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@
.reset_sched_isr(reset_sched_isr),
.sched_source_mode(sched_source_mode),
.sched_tick_time(sched_tick_time),
.count_time(count_time)
.count_time(count_time),
.debug(debug)
);

Expand Down

0 comments on commit 5e6ede2

Please sign in to comment.