diff --git a/board/nm/netbird_v2/shield_can.c b/board/nm/netbird_v2/shield_can.c index 99632eee56..86819dcace 100644 --- a/board/nm/netbird_v2/shield_can.c +++ b/board/nm/netbird_v2/shield_can.c @@ -9,8 +9,8 @@ #define NETBIRD_GPIO_RST_SHIELD_N GPIO_TO_PIN(0, 27) #define NETBIRD_GPIO_LATCH GPIO_TO_PIN(0, 7) -#define NETBIRD_GPIO_MODE_0 GPIO_TO_PIN(1, 8) -#define NETBIRD_GPIO_MODE_1 GPIO_TO_PIN(1, 10) +#define NETBIRD_GPIO_MODE_0 GPIO_TO_PIN(1, 10) +#define NETBIRD_GPIO_MODE_1 GPIO_TO_PIN(1, 8) static int shield_slot_initialized = 0; diff --git a/board/nm/nrhw20/shield_can.c b/board/nm/nrhw20/shield_can.c index 36fa0a66a7..ea51b5c4c3 100644 --- a/board/nm/nrhw20/shield_can.c +++ b/board/nm/nrhw20/shield_can.c @@ -11,8 +11,8 @@ #define NETBIRD_GPIO_RST_SHIELD_N GPIO_TO_PIN(0, 27) #define NETBIRD_GPIO_LATCH GPIO_TO_PIN(0, 7) -#define NETBIRD_GPIO_MODE_0 GPIO_TO_PIN(1, 8) -#define NETBIRD_GPIO_MODE_1 GPIO_TO_PIN(1, 10) +#define NETBIRD_GPIO_MODE_0 GPIO_TO_PIN(1, 10) +#define NETBIRD_GPIO_MODE_1 GPIO_TO_PIN(1, 8) static int shield_slot_initialized = 0; diff --git a/board/nm/nrhw24/shield_can.c b/board/nm/nrhw24/shield_can.c index 36fa0a66a7..ea51b5c4c3 100644 --- a/board/nm/nrhw24/shield_can.c +++ b/board/nm/nrhw24/shield_can.c @@ -11,8 +11,8 @@ #define NETBIRD_GPIO_RST_SHIELD_N GPIO_TO_PIN(0, 27) #define NETBIRD_GPIO_LATCH GPIO_TO_PIN(0, 7) -#define NETBIRD_GPIO_MODE_0 GPIO_TO_PIN(1, 8) -#define NETBIRD_GPIO_MODE_1 GPIO_TO_PIN(1, 10) +#define NETBIRD_GPIO_MODE_0 GPIO_TO_PIN(1, 10) +#define NETBIRD_GPIO_MODE_1 GPIO_TO_PIN(1, 8) static int shield_slot_initialized = 0;