aboutsummaryrefslogtreecommitdiff
path: root/02-usart/include/arch/x86_64/arch.h
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2020-11-17 23:06:30 -0700
committerJosh Rahm <joshuarahm@gmail.com>2020-11-17 23:06:30 -0700
commit3a927d40be45553f76abada0879473bbd6cf6eef (patch)
treebad7e0e1224ffad2b03045a7b3a8773085c6335a /02-usart/include/arch/x86_64/arch.h
parentddd207821e73489a0399179da88b8c205fd79ed6 (diff)
downloadstm32l4-3a927d40be45553f76abada0879473bbd6cf6eef.tar.gz
stm32l4-3a927d40be45553f76abada0879473bbd6cf6eef.tar.bz2
stm32l4-3a927d40be45553f76abada0879473bbd6cf6eef.zip
Add the System Control Block (SCB) in system.h.
Diffstat (limited to '02-usart/include/arch/x86_64/arch.h')
-rw-r--r--02-usart/include/arch/x86_64/arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/02-usart/include/arch/x86_64/arch.h b/02-usart/include/arch/x86_64/arch.h
index 2b99239..6723eea 100644
--- a/02-usart/include/arch/x86_64/arch.h
+++ b/02-usart/include/arch/x86_64/arch.h
@@ -19,4 +19,6 @@
#define SRAM1_BASE (load_fake_sram1__() + 0x0)
#define SRAM2_BASE (load_fake_sram2__() + 0x0)
+#define SYSTEM_CONFIG_BLOCK_BASE (load_fake_scb__())
+
#endif /* ARCH_H_ */