mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Preparation for conversion to parameter groups 9
This commit is contained in:
parent
5507924b5a
commit
e8d0cd1eec
7 changed files with 38 additions and 15 deletions
|
@ -208,7 +208,7 @@ static bool m25p16_readIdentification()
|
|||
* Attempts to detect a connected m25p16. If found, true is returned and device capacity can be fetched with
|
||||
* m25p16_getGeometry().
|
||||
*/
|
||||
bool m25p16_init(flashConfig_t *flashConfig)
|
||||
bool m25p16_init(const flashConfig_t *flashConfig)
|
||||
{
|
||||
/*
|
||||
if we have already detected a flash device we can simply exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue