aboutsummaryrefslogtreecommitdiff
path: root/02-usart/include/arch/x86_64/arch.h
diff options
context:
space:
mode:
Diffstat (limited to '02-usart/include/arch/x86_64/arch.h')
-rw-r--r--02-usart/include/arch/x86_64/arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/02-usart/include/arch/x86_64/arch.h b/02-usart/include/arch/x86_64/arch.h
index 6723eea..a39df9a 100644
--- a/02-usart/include/arch/x86_64/arch.h
+++ b/02-usart/include/arch/x86_64/arch.h
@@ -20,5 +20,6 @@
#define SRAM2_BASE (load_fake_sram2__() + 0x0)
#define SYSTEM_CONFIG_BLOCK_BASE (load_fake_scb__())
+#define NVIC_BASE (load_fake_nvic__())
#endif /* ARCH_H_ */