mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
Reenable the flash system
This commit is contained in:
parent
b888a137f0
commit
bdd50ce66b
@ -309,8 +309,8 @@ void PIOS_Board_Init(void) {
|
||||
|
||||
#if defined(PIOS_INCLUDE_FLASH)
|
||||
/* Connect flash to the approrpiate interface and configure it */
|
||||
//PIOS_Flash_Jedec_Init(pios_spi_telem_flash_id, 1, &flash_m25p_cfg);
|
||||
//PIOS_FLASHFS_Init(&flashfs_m25p_cfg);
|
||||
PIOS_Flash_Jedec_Init(pios_spi_telem_flash_id, 1, &flash_m25p_cfg);
|
||||
PIOS_FLASHFS_Init(&flashfs_m25p_cfg);
|
||||
#endif
|
||||
|
||||
/* Initialize UAVObject libraries */
|
||||
|
Loading…
x
Reference in New Issue
Block a user