tools/nrf52_resetpin_cfg: add stdin dependency
This commit is contained in:
parent
7d4a98a075
commit
a66c7cf6e7
3
dist/tools/nrf52_resetpin_cfg/Makefile
vendored
3
dist/tools/nrf52_resetpin_cfg/Makefile
vendored
@ -5,6 +5,9 @@ APPLICATION = nrf52_resetpin_cfg
|
||||
BOARD ?= nrf52dk
|
||||
RIOTBASE ?= $(CURDIR)/../../..
|
||||
|
||||
# This application uses getchar and thus expects input from stdio
|
||||
USEMODULE += stdin
|
||||
|
||||
# the RESET_PIN environment variable allows for manually specifying the reset
|
||||
# pin that is programmed. Below this Makefile already contains the specific pins
|
||||
# for some known platforms
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user