tools/nrf52_resetpin_cfg: add stdin dependency

This commit is contained in:
Alexandre Abadie 2019-05-28 18:31:11 +02:00
parent 7d4a98a075
commit a66c7cf6e7
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -5,6 +5,9 @@ APPLICATION = nrf52_resetpin_cfg
BOARD ?= nrf52dk BOARD ?= nrf52dk
RIOTBASE ?= $(CURDIR)/../../.. 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 # the RESET_PIN environment variable allows for manually specifying the reset
# pin that is programmed. Below this Makefile already contains the specific pins # pin that is programmed. Below this Makefile already contains the specific pins
# for some known platforms # for some known platforms