1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00

Move colors from ram to master config. Initialise colors only when

config is reset to defaults.
This commit is contained in:
Dominic Clifton 2014-09-18 22:53:12 +01:00
parent 79ea1ac088
commit 545980c14a
9 changed files with 26 additions and 18 deletions

View file

@ -28,6 +28,7 @@
#include "build_config.h"
#include "common/axis.h"
#include "common/color.h"
#include "common/typeconversion.h"
#include "drivers/system.h"