Use USE_RX_SPI instead of the more specific case of USE_RX_NRF24.

This commit is contained in:
Dominic Clifton 2018-07-18 14:56:55 +02:00
parent d182c9eb14
commit 45c441804e
1 changed files with 1 additions and 1 deletions

View File

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