arch/arm: include chip.h in up_checkstack.c/up_initialize.c (#668)

This commit is contained in:
Xiang Xiao 2020-04-01 04:33:45 +08:00 committed by GitHub
parent 5b74974919
commit 836fef358b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@
#include "sched/sched.h"
#include "up_internal.h"
#include "chip.h"
#ifdef CONFIG_STACK_COLORATION

View File

@ -58,6 +58,7 @@
#include "up_arch.h"
#include "up_internal.h"
#include "chip.h"
/****************************************************************************
* Private Functions