mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
flash_ut: fix forward declaration of init function
This commit is contained in:
parent
ea09a53adc
commit
b3178c3966
@ -5,6 +5,6 @@ struct pios_flash_ut_cfg {
|
||||
uint32_t size_of_sector;
|
||||
};
|
||||
|
||||
int32_t PIOS_Flash_UT_Init(uint32_t * flash_id, const struct pios_flash_ut_cfg * cfg);
|
||||
int32_t PIOS_Flash_UT_Init(uintptr_t * flash_id, const struct pios_flash_ut_cfg * cfg);
|
||||
|
||||
extern const struct pios_flash_driver pios_ut_flash_driver;
|
||||
|
Loading…
x
Reference in New Issue
Block a user