summaryrefslogtreecommitdiff
path: root/Core/Src/main.c
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-08-22 19:53:06 -0500
committerozpv <39195175+ozpv@users.noreply.github.com>2026-08-22 19:53:06 -0500
commitd000890eafbc6cc715fa6e7da2db61db05a6f3e4 (patch)
tree2688c10beee0a7c5eaca3d0f254f6cc274e1d6bb /Core/Src/main.c
parent0cb345ed5ccbe786d0a7e7e2de740c0a07b82770 (diff)
update ring mod
Diffstat (limited to 'Core/Src/main.c')
-rwxr-xr-xCore/Src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Src/main.c b/Core/Src/main.c
index 9c58861..f7fdeac 100755
--- a/Core/Src/main.c
+++ b/Core/Src/main.c
@@ -121,7 +121,7 @@ int main(void)
/* USER CODE BEGIN 2 */
FMC_Init();
- SDRAM_Test();
+ //SDRAM_Test();
__HAL_RCC_SAI1_CLK_ENABLE();
__HAL_SAI_ENABLE(&hsai_BlockA1);