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:
parent
4737f33b19
commit
0070573420
4 changed files with 11 additions and 6 deletions
|
@ -20,6 +20,7 @@
|
|||
#define MAG
|
||||
#define BARO
|
||||
#define GPS
|
||||
#define DISPLAY
|
||||
#define TELEMETRY
|
||||
#define LED_STRIP
|
||||
#define USE_SERVOS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue