mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
CF/BF - fix CMS compilation when blackbox is disabled.
This commit is contained in:
parent
722523df31
commit
73e46e9050
2 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "platform.h"
|
||||
|
||||
#ifdef CMS
|
||||
#if defined(CMS) && defined(BLACKBOX)
|
||||
|
||||
#include "build/version.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue