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

CF/BF - Remove usage of USE_FC based on PR discussion decisions. Add

USE_VIRTUAL_CURRENT_METER.
This commit is contained in:
Hydra 2017-04-11 08:56:54 +01:00 committed by Dominic Clifton
parent b4dc3b53f5
commit be063ebbbf
11 changed files with 66 additions and 64 deletions

View file

@ -190,7 +190,7 @@ COMMON_FLAGS = \
-ggdb3 \
-pthread \
-O0 \
-DUNIT_TEST -DUSE_FC\
-DUNIT_TEST \
-isystem $(GTEST_DIR)/inc \
-MMD -MP