1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 17:25:18 +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

@ -24,6 +24,7 @@
#include "common/maths.h"
#include "common/axis.h"
#include "common/color.h"
#include "drivers/accgyro.h"
#include "drivers/light_led.h"