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

Fix unit tests - the tests cannot use a common library of production

since when compiling some test code the idea is to stub out production
functionality rather than call production code.
This commit is contained in:
Dominic Clifton 2015-09-10 01:50:04 +01:00
parent 4737f33b19
commit 0070573420
4 changed files with 11 additions and 6 deletions

View file

@ -20,6 +20,7 @@
#define MAG
#define BARO
#define GPS
#define DISPLAY
#define TELEMETRY
#define LED_STRIP
#define USE_SERVOS