drivers/nrf24l01p: Replace tabs by spaces
This commit is contained in:
parent
83065236ec
commit
0ae1a3d7e5
@ -97,12 +97,12 @@ extern "C" {
|
|||||||
#define PRIM_RX 0x01
|
#define PRIM_RX 0x01
|
||||||
|
|
||||||
/* Bits in STATUS register */
|
/* Bits in STATUS register */
|
||||||
#define RX_DR 0x40
|
#define RX_DR 0x40
|
||||||
#define TX_DS 0x20
|
#define TX_DS 0x20
|
||||||
#define MAX_RT 0x10
|
#define MAX_RT 0x10
|
||||||
#define RX_P_NO 0x0e
|
#define RX_P_NO 0x0e
|
||||||
#define TX_FULL 0x01
|
#define TX_FULL 0x01
|
||||||
#define ALL_INT_MASK 0x70
|
#define ALL_INT_MASK 0x70
|
||||||
|
|
||||||
#define RF_SETUP_CONT_WAVE (1 << 7)
|
#define RF_SETUP_CONT_WAVE (1 << 7)
|
||||||
#define RF_SETUP_RF_DR_LOW (1 << 5)
|
#define RF_SETUP_RF_DR_LOW (1 << 5)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user