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:
parent
6696031520
commit
cbb17dae59
3 changed files with 24 additions and 6 deletions
|
@ -122,6 +122,8 @@ void init(void)
|
|||
|
||||
initPrintfSupport();
|
||||
|
||||
initEEPROM();
|
||||
|
||||
ensureEEPROMContainsValidData();
|
||||
readEEPROM();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue