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 ########################### */
|
||||
|
||||
#ifdef FEATURE_UVISOR
|
||||
#include "uvisor-lib.h"
|
||||
#include "uvisor-lib/uvisor-lib.h"
|
||||
|
||||
/* Secure uVisor implementation. */
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#define __RTX_BOX_INDEX_H__
|
||||
|
||||
#include "cmsis_os.h"
|
||||
#include "api/inc/vmpu_exports.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue