1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 23:35:34 +03:00

Disable unused LED ring code.

Although it was compiled in for the NAZE target the ledringDetect()
method is never called.  Removing the feature for now too.
This commit is contained in:
Dominic Clifton 2014-06-07 16:46:06 +01:00
parent 0d3353c080
commit fd9d58110b
5 changed files with 11 additions and 14 deletions

View file

@ -76,7 +76,7 @@ void mixerUseConfigs(servoParam_t *servoConfToUse, flight3DConfig_t *flight3DCon
#define FLASH_WRITE_ADDR (0x08000000 + (uint32_t)((FLASH_PAGE_SIZE * FLASH_PAGE_COUNT) - FLASH_TO_RESERVE_FOR_CONFIG)) // use the last flash pages for storage master_t masterConfig; // master config struct with data independent from profiles
profile_t currentProfile; // profile config struct
static const uint8_t EEPROM_CONF_VERSION = 71;
static const uint8_t EEPROM_CONF_VERSION = 72;
static void resetAccelerometerTrims(flightDynamicsTrims_t *accelerometerTrims)
{