1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 14:55:21 +03:00

RX code tidy

This commit is contained in:
Martin Budden 2016-09-16 07:24:40 +01:00
parent b123e74a73
commit c44e0796ae
2 changed files with 0 additions and 5 deletions

View file

@ -29,13 +29,9 @@
#include "build/build_config.h"
#include "system.h"
#include "gpio.h"
#include "io.h"
#include "io_impl.h"
#include "rcc.h"
#include "rx_spi.h"
#include "rx_nrf24l01.h"
#include "bus_spi.h"
#define NRF24_CE_HI() {IOHi(IOGetByTag(IO_TAG(RX_CE_PIN)));}
#define NRF24_CE_LO() {IOLo(IOGetByTag(IO_TAG(RX_CE_PIN)));}