mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
|
||||
#include <arch/arch.h>
|
||||
#include <nuttx/sched.h>
|
||||
#include <os_internal.h>
|
||||
|
||||
|
||||
void nuttx_arch_init(void)
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
|
||||
#include <arch/arch.h>
|
||||
#include <nuttx/sched.h>
|
||||
#include <os_internal.h>
|
||||
|
||||
|
||||
void nuttx_arch_init(void)
|
||||
|
||||
Reference in New Issue
Block a user