fix: Delete useless 'exc interaction' macros and function declarations.

close: #I3SDKY

Change-Id: I5ed9356ce2b55b6e07c3f192cdbc4a4f6fbfaa58
This commit is contained in:
arvinzzz
2021-05-21 15:10:05 +08:00
parent 9b364500ad
commit d2f2679071
2 changed files with 1 additions and 7 deletions
-2
View File
@@ -54,8 +54,6 @@ extern "C" {
#define SYS_MEM_BASE DDR_MEM_ADDR
#define SYS_MEM_END (SYS_MEM_BASE + SYS_MEM_SIZE_DEFAULT)
#define EXC_INTERACT_MEM_SIZE 0x100000
#define _U32_C(X) X##U
#define U32_C(X) _U32_C(X)