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

Merge pull request #14701 from benpicco/openocd-adapters/raspi.inc.mk-fix

openocd-adapters/raspi.inc.mk-fix: fix typo
This commit is contained in:
Francisco 2020-08-05 14:53:00 +02:00 committed by GitHub
commit 075dcde147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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