mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Move task control files from sched/ to sched/task
This commit is contained in:
@@ -52,11 +52,12 @@
|
||||
#include <stdlib.h>
|
||||
#include <arch/irq.h>
|
||||
#include <arch/arch.h>
|
||||
#include <os_internal.h>
|
||||
|
||||
#include "task/task.h"
|
||||
#include "os_internal.h"
|
||||
|
||||
struct tcb_s *current_task = NULL;
|
||||
|
||||
|
||||
/**
|
||||
* This function is called in non-interrupt context
|
||||
* to switch tasks.
|
||||
|
||||
Reference in New Issue
Block a user