Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 813700f

Browse files
authored
Update nRF52 Patches
1 parent 97e3da6 commit 813700f

File tree

5 files changed

+10
-10
lines changed
  • Packages_Patches/adafruit/hardware/nrf52

5 files changed

+10
-10
lines changed

Packages_Patches/adafruit/hardware/nrf52/0.19.0/variants/NINA_B302_ublox/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ static const uint8_t A5 = PIN_A5 ;
101101
/*
102102
* Serial interfaces
103103
*/
104-
#define PIN_SERIAL1_RX (0)
105-
#define PIN_SERIAL1_TX (1)
104+
#define PIN_SERIAL1_RX (1)
105+
#define PIN_SERIAL1_TX (0)
106106

107107
/*
108108
* SPI Interfaces

Packages_Patches/adafruit/hardware/nrf52/0.20.1/variants/NINA_B302_ublox/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ static const uint8_t A5 = PIN_A5 ;
101101
/*
102102
* Serial interfaces
103103
*/
104-
#define PIN_SERIAL1_RX (0)
105-
#define PIN_SERIAL1_TX (1)
104+
#define PIN_SERIAL1_RX (1)
105+
#define PIN_SERIAL1_TX (0)
106106

107107
/*
108108
* SPI Interfaces

Packages_Patches/adafruit/hardware/nrf52/0.20.5/variants/NINA_B302_ublox/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ static const uint8_t A5 = PIN_A5 ;
101101
/*
102102
* Serial interfaces
103103
*/
104-
#define PIN_SERIAL1_RX (0)
105-
#define PIN_SERIAL1_TX (1)
104+
#define PIN_SERIAL1_RX (1)
105+
#define PIN_SERIAL1_TX (0)
106106

107107
/*
108108
* SPI Interfaces

Packages_Patches/adafruit/hardware/nrf52/0.21.0/variants/NINA_B302_ublox/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ static const uint8_t A5 = PIN_A5 ;
101101
/*
102102
* Serial interfaces
103103
*/
104-
#define PIN_SERIAL1_RX (0)
105-
#define PIN_SERIAL1_TX (1)
104+
#define PIN_SERIAL1_RX (1)
105+
#define PIN_SERIAL1_TX (0)
106106

107107
/*
108108
* SPI Interfaces

Packages_Patches/adafruit/hardware/nrf52/0.22.0/variants/NINA_B302_ublox/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ static const uint8_t A5 = PIN_A5 ;
101101
/*
102102
* Serial interfaces
103103
*/
104-
#define PIN_SERIAL1_RX (0)
105-
#define PIN_SERIAL1_TX (1)
104+
#define PIN_SERIAL1_RX (1)
105+
#define PIN_SERIAL1_TX (0)
106106

107107
/*
108108
* SPI Interfaces

0 commit comments

Comments
 (0)