From bdd50ce66b6eef2000f57c61e863883a762fd15c Mon Sep 17 00:00:00 2001 From: James Cotton Date: Sun, 26 Aug 2012 05:03:05 -0500 Subject: [PATCH] Reenable the flash system --- flight/RevoMini/System/pios_board.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flight/RevoMini/System/pios_board.c b/flight/RevoMini/System/pios_board.c index e5f870e2f..1fc2eaa8a 100644 --- a/flight/RevoMini/System/pios_board.c +++ b/flight/RevoMini/System/pios_board.c @@ -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 */