From 212ccb49d3e7c7fa138c5f9d335d0b8c5a08d2a3 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期日, 23 十一月 2025 22:21:39 +0800
Subject: [PATCH] GUI和LOG初步调通,进行下一阶段,验证仿真的数据准确性,GPS的
---
STM32H743/Core/Src/system_stm32h7xx.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/STM32H743/Core/Src/system_stm32h7xx.c b/STM32H743/Core/Src/system_stm32h7xx.c
index 197d15c..c30c63a 100644
--- a/STM32H743/Core/Src/system_stm32h7xx.c
+++ b/STM32H743/Core/Src/system_stm32h7xx.c
@@ -179,10 +179,9 @@
*/
void SystemInit (void)
{
-#if defined (DATA_IN_D2_SRAM)
+#if defined (DATA_IN_D2_SRAM)
__IO uint32_t tmpreg;
#endif /* DATA_IN_D2_SRAM */
-
/* FPU settings ------------------------------------------------------------*/
#if (__FPU_PRESENT == 1) && (__FPU_USED == 1)
SCB->CPACR |= ((3UL << (10*2))|(3UL << (11*2))); /* set CP10 and CP11 Full Access */
--
Gitblit v1.10.0