1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-21 11:54:15 +01:00

Disable the FLASH_FREERTOS flag for revolution so that it doesn't try and use

vTaskDelay while erasing flash.
This commit is contained in:
James Cotton 2012-07-23 09:42:53 -05:00
parent cf6b49535a
commit 7522bd07ba

View File

@ -66,7 +66,7 @@
#define PIOS_INCLUDE_ETASV3 #define PIOS_INCLUDE_ETASV3
//#define PIOS_INCLUDE_HCSR04 //#define PIOS_INCLUDE_HCSR04
#define PIOS_FLASH_ON_ACCEL /* true for second revo */ #define PIOS_FLASH_ON_ACCEL /* true for second revo */
#define FLASH_FREERTOS
/* Com systems to include */ /* Com systems to include */
#define PIOS_INCLUDE_COM #define PIOS_INCLUDE_COM
#define PIOS_INCLUDE_COM_TELEM #define PIOS_INCLUDE_COM_TELEM