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

Split features into a separate module

This commit is contained in:
Martin Budden 2016-08-11 19:29:55 +01:00
parent a303509920
commit a257210b56
24 changed files with 177 additions and 66 deletions

View file

@ -29,6 +29,7 @@
#include "common/maths.h"
#include "config/config.h"
#include "config/feature.h"
#include "fc/runtime_config.h"