mirror of https://github.com/ARMmbed/mbed-os.git
Fixing uvisor defines to fix build issues
parent
160455c972
commit
bca993a602
|
@ -42,7 +42,7 @@
|
||||||
/* ########################### Core Secure Access ########################### */
|
/* ########################### Core Secure Access ########################### */
|
||||||
|
|
||||||
#ifdef FEATURE_UVISOR
|
#ifdef FEATURE_UVISOR
|
||||||
#include "uvisor-lib.h"
|
#include "uvisor-lib/uvisor-lib.h"
|
||||||
|
|
||||||
/* Secure uVisor implementation. */
|
/* Secure uVisor implementation. */
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
#define __RTX_BOX_INDEX_H__
|
#define __RTX_BOX_INDEX_H__
|
||||||
|
|
||||||
#include "cmsis_os.h"
|
#include "cmsis_os.h"
|
||||||
|
#include "api/inc/vmpu_exports.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Reference in New Issue