mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Moved time functions out of system.h into time.h
This commit is contained in:
parent
08638f1245
commit
23f158913e
123 changed files with 228 additions and 227 deletions
|
@ -30,10 +30,10 @@
|
|||
|
||||
#include "drivers/bus_spi.h"
|
||||
#include "drivers/io.h"
|
||||
#include "io_impl.h"
|
||||
#include "rx_spi.h"
|
||||
#include "rx_nrf24l01.h"
|
||||
#include "drivers/system.h"
|
||||
#include "drivers/io_impl.h"
|
||||
#include "drivers/rx_spi.h"
|
||||
#include "drivers/rx_nrf24l01.h"
|
||||
#include "drivers/time.h"
|
||||
|
||||
#define NRF24_CE_HI() {IOHi(DEFIO_IO(RX_CE_PIN));}
|
||||
#define NRF24_CE_LO() {IOLo(DEFIO_IO(RX_CE_PIN));}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue