This commit is contained in:
parent
72f9546932
commit
1fa2fb26c9
|
@ -19,7 +19,11 @@ static io_pin addrPins[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static io_pin pullUpDownPins[] = {
|
static io_pin pullUpDownPins[] = {
|
||||||
{GPIOB, 12}, // OUT0 - this controls pull-up/pull-down on pads #1-16
|
#if 1
|
||||||
|
{GPIOB, 12}, // OUT0 - this controls pull-up/pull-down on pads #1-16 rev 0.2
|
||||||
|
#else
|
||||||
|
{GPIOD, 8}, // OUT0 - this controls pull-up/pull-down on pads #1-16 rev C
|
||||||
|
#endif
|
||||||
{GPIOB, 11}, // 17-32
|
{GPIOB, 11}, // 17-32
|
||||||
{GPIOC, 7},
|
{GPIOC, 7},
|
||||||
{GPIOC, 4}, // only test 49
|
{GPIOC, 4}, // only test 49
|
||||||
|
|
Loading…
Reference in New Issue