This repository was archived by the owner on Feb 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Packages_Patches/adafruit/hardware/nrf52
0.19.0/variants/NINA_B302_ublox
0.20.1/variants/NINA_B302_ublox
0.20.5/variants/NINA_B302_ublox
0.21.0/variants/NINA_B302_ublox
0.22.0/variants/NINA_B302_ublox Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ static const uint8_t A5 = PIN_A5 ;
101
101
/*
102
102
* Serial interfaces
103
103
*/
104
- #define PIN_SERIAL1_RX (0 )
105
- #define PIN_SERIAL1_TX (1 )
104
+ #define PIN_SERIAL1_RX (1 )
105
+ #define PIN_SERIAL1_TX (0 )
106
106
107
107
/*
108
108
* SPI Interfaces
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ static const uint8_t A5 = PIN_A5 ;
101
101
/*
102
102
* Serial interfaces
103
103
*/
104
- #define PIN_SERIAL1_RX (0 )
105
- #define PIN_SERIAL1_TX (1 )
104
+ #define PIN_SERIAL1_RX (1 )
105
+ #define PIN_SERIAL1_TX (0 )
106
106
107
107
/*
108
108
* SPI Interfaces
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ static const uint8_t A5 = PIN_A5 ;
101
101
/*
102
102
* Serial interfaces
103
103
*/
104
- #define PIN_SERIAL1_RX (0 )
105
- #define PIN_SERIAL1_TX (1 )
104
+ #define PIN_SERIAL1_RX (1 )
105
+ #define PIN_SERIAL1_TX (0 )
106
106
107
107
/*
108
108
* SPI Interfaces
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ static const uint8_t A5 = PIN_A5 ;
101
101
/*
102
102
* Serial interfaces
103
103
*/
104
- #define PIN_SERIAL1_RX (0 )
105
- #define PIN_SERIAL1_TX (1 )
104
+ #define PIN_SERIAL1_RX (1 )
105
+ #define PIN_SERIAL1_TX (0 )
106
106
107
107
/*
108
108
* SPI Interfaces
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ static const uint8_t A5 = PIN_A5 ;
101
101
/*
102
102
* Serial interfaces
103
103
*/
104
- #define PIN_SERIAL1_RX (0 )
105
- #define PIN_SERIAL1_TX (1 )
104
+ #define PIN_SERIAL1_RX (1 )
105
+ #define PIN_SERIAL1_TX (0 )
106
106
107
107
/*
108
108
* SPI Interfaces
You can’t perform that action at this time.
0 commit comments