From 565e1446c52994d5532b6a862f9ca6a7acf9b388 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Fri, 9 Jul 2021 22:14:52 +0200 Subject: [PATCH] STM32: Update SDRAM test. --- src/micropython | 2 +- src/omv/ports/stm32/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/micropython b/src/micropython index 5ede9f316..2a5a27d3f 160000 --- a/src/micropython +++ b/src/micropython @@ -1 +1 @@ -Subproject commit 5ede9f316bbcd4f462337633e1720e490acd6c96 +Subproject commit 2a5a27d3f720c9640d841bcfc310733b74322353 diff --git a/src/omv/ports/stm32/main.c b/src/omv/ports/stm32/main.c index c23dca611..bbef4aab9 100644 --- a/src/omv/ports/stm32/main.c +++ b/src/omv/ports/stm32/main.c @@ -458,7 +458,7 @@ int main(void) #endif #if MICROPY_HW_SDRAM_STARTUP_TEST - sdram_test(MICROPY_HW_SDRAM_TEST_EXHAUSTIVE); + sdram_test(false); #endif // Basic sub-system init