Skip to content

Commit

Permalink
Merge pull request #18815 from blueted2/pr/dist/resetpin_cfg_dwm1001
Browse files Browse the repository at this point in the history
dist/tools: add "RESET_PIN" value for the dwm1001
  • Loading branch information
benpicco authored Oct 28, 2022
2 parents 44b1191 + 4a3240b commit 56be0ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/tools/nrf52_resetpin_cfg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56be0ba

Please # to comment.