From a66c7cf6e73ad04c39cdb6366a581175c332716e Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 28 May 2019 18:31:11 +0200 Subject: [PATCH] tools/nrf52_resetpin_cfg: add stdin dependency --- dist/tools/nrf52_resetpin_cfg/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/tools/nrf52_resetpin_cfg/Makefile b/dist/tools/nrf52_resetpin_cfg/Makefile index 23c5e78416..66fda0aec0 100644 --- a/dist/tools/nrf52_resetpin_cfg/Makefile +++ b/dist/tools/nrf52_resetpin_cfg/Makefile @@ -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