mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Merge pull request #1361 from martinbudden/bf_cjmcu_build_fix
Fixed CJMCU build
This commit is contained in:
commit
9b83af1ccd
4 changed files with 9 additions and 4 deletions
|
@ -23,11 +23,11 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <platform.h>
|
||||
#include "build/build_config.h"
|
||||
|
||||
|
||||
#ifdef USE_RX_CX10
|
||||
|
||||
#include "build/build_config.h"
|
||||
|
||||
#include "drivers/rx_nrf24l01.h"
|
||||
#include "drivers/rx_xn297.h"
|
||||
#include "drivers/system.h"
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
|
||||
#ifdef USE_RX_H8_3D
|
||||
|
||||
#include "build/build_config.h"
|
||||
|
||||
#include "common/utils.h"
|
||||
|
||||
#include "drivers/rx_nrf24l01.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#ifdef USE_RX_INAV
|
||||
|
||||
#include "build/build_config.h"
|
||||
#include "build/debug.h"
|
||||
|
||||
#include "common/utils.h"
|
||||
|
|
|
@ -24,10 +24,12 @@
|
|||
|
||||
#include <platform.h>
|
||||
|
||||
#include "common/utils.h"
|
||||
|
||||
#ifdef USE_RX_V202
|
||||
|
||||
#include "build/build_config.h"
|
||||
|
||||
#include "common/utils.h"
|
||||
|
||||
#include "drivers/rx_nrf24l01.h"
|
||||
#include "drivers/system.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue