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

Fix compilation of CJMCU target (rx config needed when using NRF24)

This commit is contained in:
Hydra 2018-07-16 17:01:15 +02:00 committed by Dominic Clifton
parent 74a4c9c9bd
commit a3447e8541

View file

@ -20,7 +20,7 @@
#include "platform.h"
#if defined(USE_PWM) || defined(USE_PPM) || defined(USE_SERIAL_RX) || defined(USE_RX_MSP)
#if defined(USE_PWM) || defined(USE_PPM) || defined(USE_SERIAL_RX) || defined(USE_RX_MSP) || defined(USE_RX_NRF24)
#include "pg/pg.h"
#include "pg/pg_ids.h"