diff --git a/tests/periph/gpio_ll/Makefile b/tests/periph/gpio_ll/Makefile index 3ef4275489..eec61d6f1b 100644 --- a/tests/periph/gpio_ll/Makefile +++ b/tests/periph/gpio_ll/Makefile @@ -10,11 +10,11 @@ BOARD ?= nucleo-f767zi # first output pin and the second input pin to the second output pin, e.g. using # jumper wires. PORT_IN ?= 1 -PORT_OUT ?= 0 +PORT_OUT ?= 1 PIN_IN_0 ?= 0 PIN_IN_1 ?= 1 -PIN_OUT_0 ?= 0 -PIN_OUT_1 ?= 1 +PIN_OUT_0 ?= 2 +PIN_OUT_1 ?= 3 # Boards that require tweaking for low ROM LOW_ROM_BOARDS := \