mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Introduce per device pin pre-init
This commit is contained in:
parent
2e81109be1
commit
9ea1428d11
44 changed files with 219 additions and 201 deletions
|
@ -45,6 +45,7 @@ typedef struct flashGeometry_s {
|
|||
flashType_e flashType;
|
||||
} flashGeometry_t;
|
||||
|
||||
void flashPreInit(const flashConfig_t *flashConfig);
|
||||
bool flashInit(const flashConfig_t *flashConfig);
|
||||
|
||||
bool flashIsReady(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue