Skip to content

Commit

Permalink
fix(tband): Removed extra bracket in api define
Browse files Browse the repository at this point in the history
  • Loading branch information
schilkp committed Oct 18, 2024
1 parent 2f0a957 commit 16d7771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tband/inc/tband_freertos.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
// FIXME: Documentation (Called after Scheduler started if any freertos tracing,
// automatically called in later versions).
void impl_tband_scheduler_started_manual(void);
#define tband_scheduler_started() impl_tband_scheduler_started_manual(()
#define tband_scheduler_started() impl_tband_scheduler_started_manual()

// Task switched in:
#if (tband_configFREERTOS_TASK_TRACE_ENABLE == 1)
Expand Down

0 comments on commit 16d7771

Please sign in to comment.