mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-03 12:07:52 +00:00
typo error
This commit is contained in:
parent
5d3c157e3a
commit
cbd71708f6
@ -156,8 +156,8 @@ enum FRSKYX
|
|||||||
#define SDO_pin PB14//MISO
|
#define SDO_pin PB14//MISO
|
||||||
#define SDI_pin PB15//MOSI
|
#define SDI_pin PB15//MOSI
|
||||||
//
|
//
|
||||||
#defined TX_INV_pin PB3
|
#define TX_INV_pin PB3
|
||||||
#defined RX_INV_pin PB1
|
#define RX_INV_pin PB1
|
||||||
//
|
//
|
||||||
#define CTRL1_on digitalWrite(CTRL1,HIGH)
|
#define CTRL1_on digitalWrite(CTRL1,HIGH)
|
||||||
#define CTRL1_off digitalWrite(CTRL1,LOW)
|
#define CTRL1_off digitalWrite(CTRL1,LOW)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user