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

Commit c8ce9cb

Browse files
authored
Update Packages Patches
1 parent 2256c00 commit c8ce9cb

File tree

6 files changed

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

6 files changed

+12
-12
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

Packages_Patches/adafruit/hardware/nrf52/0.22.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

0 commit comments

Comments
 (0)