1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Merge pull request #975 from martinbudden/bf_config_eeprom

Split eeprom code into separate module
This commit is contained in:
borisbstyle 2016-08-11 19:47:21 +02:00 committed by GitHub
commit 58c1882722
9 changed files with 303 additions and 199 deletions

View file

@ -86,6 +86,7 @@
#include "fc/runtime_config.h"
#include "config/config.h"
#include "config/config_eeprom.h"
#include "config/config_profile.h"
#include "config/config_master.h"