Merge pull request #1391 from openmv/sdram_test_update

STM32: Update SDRAM test.
This commit is contained in:
Ibrahim Abd Elkader 2021-07-09 22:27:19 +02:00 committed by GitHub
commit 90550fe1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 5ede9f316bbcd4f462337633e1720e490acd6c96
Subproject commit 2a5a27d3f720c9640d841bcfc310733b74322353

View File

@ -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