summaryrefslogtreecommitdiff
path: root/Core/Src/system_stm32h7xx.c
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-08-19 21:34:09 -0500
committerozpv <39195175+ozpv@users.noreply.github.com>2026-08-19 21:34:09 -0500
commit0cb345ed5ccbe786d0a7e7e2de740c0a07b82770 (patch)
tree89682cd81419b138c5657cfa2dae797c81f8ea33 /Core/Src/system_stm32h7xx.c
parent0c79f390c81f56fd087c2fffb07b373594119668 (diff)
sdram and ringmod effect
Diffstat (limited to 'Core/Src/system_stm32h7xx.c')
-rwxr-xr-xCore/Src/system_stm32h7xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Core/Src/system_stm32h7xx.c b/Core/Src/system_stm32h7xx.c
index 9c59735..fcd79ca 100755
--- a/Core/Src/system_stm32h7xx.c
+++ b/Core/Src/system_stm32h7xx.c
@@ -311,7 +311,6 @@ void SystemInit (void)
//
//#endif /*DUAL_CORE && CORE_CM4*/
- RCC->CFGR = 0x00000000;
SCB->VTOR = 0x90000000;
}