mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
#include <arch/arch.h>
|
||||
|
||||
#include "task/task.h"
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
|
||||
struct tcb_s *current_task = NULL;
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
#include <queue.h>
|
||||
#include <stdlib.h>
|
||||
#include <arch/arch.h>
|
||||
#include <os_internal.h>
|
||||
#include <sched/sched.h>
|
||||
|
||||
int nest_irq = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user