1
0
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:
Karl Fessel 2021-08-09 14:22:07 +02:00
parent 3508012942
commit 671a7edca1

View File

@ -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