1
0
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:
James Cotton 2012-08-26 05:03:05 -05:00
parent b888a137f0
commit bdd50ce66b

View File

@ -309,8 +309,8 @@ void PIOS_Board_Init(void) {
#if defined(PIOS_INCLUDE_FLASH) #if defined(PIOS_INCLUDE_FLASH)
/* Connect flash to the approrpiate interface and configure it */ /* Connect flash to the approrpiate interface and configure it */
//PIOS_Flash_Jedec_Init(pios_spi_telem_flash_id, 1, &flash_m25p_cfg); PIOS_Flash_Jedec_Init(pios_spi_telem_flash_id, 1, &flash_m25p_cfg);
//PIOS_FLASHFS_Init(&flashfs_m25p_cfg); PIOS_FLASHFS_Init(&flashfs_m25p_cfg);
#endif #endif
/* Initialize UAVObject libraries */ /* Initialize UAVObject libraries */