mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-23 21:43:51 +01:00
Merge pull request #18815 from blueted2/pr/dist/resetpin_cfg_dwm1001
dist/tools: add "RESET_PIN" value for the dwm1001
This commit is contained in:
commit
56be0ba36b
3
dist/tools/nrf52_resetpin_cfg/Makefile
vendored
3
dist/tools/nrf52_resetpin_cfg/Makefile
vendored
@ -14,6 +14,9 @@ USEMODULE += stdin
|
||||
ifeq (nrf52dk,$(BOARD))
|
||||
RESET_PIN ?= 21
|
||||
endif
|
||||
ifeq (dwm1001,$(BOARD))
|
||||
RESET_PIN ?= 21
|
||||
endif
|
||||
ifeq (nrf52840dk,$(BOARD))
|
||||
RESET_PIN ?= 18
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user