Merge pull request #12 from acevest/gd32v
add pre support for GD32VF103C_START board
This commit is contained in:
@@ -61,7 +61,8 @@ __KERNEL__ k_task_t *readyqueue_highest_ready_task_get(void)
|
||||
k_list_t *task_list;
|
||||
|
||||
task_list = &k_rdyq.task_list_head[k_rdyq.highest_prio];
|
||||
return TOS_LIST_FIRST_ENTRY(task_list, k_task_t, pend_list);
|
||||
k_task_t *fuck = TOS_LIST_FIRST_ENTRY(task_list, k_task_t, pend_list);
|
||||
return fuck;
|
||||
}
|
||||
|
||||
__KERNEL__ void readyqueue_init(void)
|
||||
|
Reference in New Issue
Block a user