mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Fix STM32H750 target support (#12091)
This commit is contained in:
parent
dbc647d464
commit
fae746d908
4 changed files with 165 additions and 22 deletions
|
@ -117,13 +117,14 @@ static bool flashQuadSpiInit(const flashConfig_t *flashConfig)
|
|||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
if (detected) {
|
||||
flashDevice.geometry.jedecId = chipID;
|
||||
}
|
||||
}
|
||||
phase++;
|
||||
} while (phase != BAIL && !detected);
|
||||
|
||||
if (detected) {
|
||||
flashDevice.geometry.jedecId = chipID;
|
||||
}
|
||||
return detected;
|
||||
}
|
||||
#endif // USE_QUADSPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue