1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Dynamically determine flash size on STM32F10X_MD

This commit is contained in:
Dominic Clifton 2014-07-30 21:17:57 +01:00
parent 6696031520
commit cbb17dae59
3 changed files with 24 additions and 6 deletions

View file

@ -122,6 +122,8 @@ void init(void)
initPrintfSupport();
initEEPROM();
ensureEEPROMContainsValidData();
readEEPROM();