FIX: [uboot] DUAL CAN termination GPIO numbers

BugzId: 54033
This commit is contained in:
Viacheslav Volkov 2019-05-07 15:15:15 +02:00 committed by Moritz Rosenthal
parent 2eaee7bf0c
commit fa2a05545e
1 changed files with 2 additions and 2 deletions

View File

@ -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;