Merge pull request #561 from openmv/rtc_fix

Fix RTC issues on H7.
This commit is contained in:
Ibrahim Abd Elkader 2019-08-12 22:30:14 +02:00 committed by GitHub
commit 7ba667f152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

@ -1 +1 @@
Subproject commit 45deee14f37bc9d2977988fe2fe1d89bf4f2302d
Subproject commit f31c61e4dcac3b2e67f7a21411e2750d87061f58

View File

@ -469,10 +469,7 @@ soft_reset:
servo_init();
usbdbg_init();
sdcard_init();
if (first_soft_reset) {
rtc_init_start(false);
}
// Initialize the sensor and check the result after
// mounting the file-system to log errors (if any).