Skip to content

Commit de47c55

Browse files
bridadan0xc0170
authored andcommitted
Fixing uvisor defines to fix build issues
1 parent 0bb8e2b commit de47c55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmsis/core_cmSecureAccess.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
/* ########################### Core Secure Access ########################### */
4343

4444
#ifdef FEATURE_UVISOR
45-
#include "uvisor-lib.h"
45+
#include "uvisor-lib/uvisor-lib.h"
4646

4747
/* Secure uVisor implementation. */
4848

features/FEATURE_UVISOR/includes/uvisor-lib/rtx/rtx_box_index.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#define __RTX_BOX_INDEX_H__
1919

2020
#include "cmsis_os.h"
21+
#include "api/inc/vmpu_exports.h"
2122

2223
#ifdef __cplusplus
2324
extern "C" {

0 commit comments

Comments
 (0)