1
0
Fork 0
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:
Martin Budden 2017-02-16 22:41:01 +00:00
parent 5507924b5a
commit e8d0cd1eec
7 changed files with 38 additions and 15 deletions

View file

@ -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