mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
core/sched: uncrustify sched_cb declaration
this is a change out of this PR scope to reduce the number of uncrustify complains for future edits
This commit is contained in:
parent
3508012942
commit
671a7edca1
@ -75,8 +75,8 @@ clist_node_t sched_runqueues[SCHED_PRIO_LEVELS];
|
||||
static uint32_t runqueue_bitcache = 0;
|
||||
|
||||
#ifdef MODULE_SCHED_CB
|
||||
static void (*sched_cb) (kernel_pid_t active_thread,
|
||||
kernel_pid_t next_thread) = NULL;
|
||||
static void (*sched_cb)(kernel_pid_t active_thread,
|
||||
kernel_pid_t next_thread) = NULL;
|
||||
#endif
|
||||
|
||||
/* Depending on whether the CLZ instruction is available, the order of the
|
||||
|
Loading…
Reference in New Issue
Block a user