1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

openocd-adapters/raspi.inc.mk-fix: fix typo

Somehow a space has sneaked in here, breaking the variable expansion.
This commit is contained in:
Benjamin Valentin 2020-08-04 19:04:39 +02:00
parent 3b06234dc0
commit 871f51dca6

View File

@ -28,7 +28,7 @@ OPENOCD_ADAPTER_INIT ?= \
-c 'adapter driver bcm2835gpio' \
-c 'bcm2835gpio_peripheral_base $(PERIPH_BASE)' \
-c 'bcm2835gpio_speed_coeffs $(SPEED_COEFF) $(SPEED_OFFSET)' \
-c 'bcm2835gpio_swd_nums $(SWCLK_PIN ) $(SWDIO_PIN)' \
-c 'bcm2835gpio_swd_nums $(SWCLK_PIN) $(SWDIO_PIN)' \
-c 'bcm2835gpio_srst_num $(SRST_PIN)'
# Default to SWD