From 6e61c1b34cccbe3e42e9944cbefca37ccc3026b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikolai=20G=C3=BCtschow?= Date: Mon, 25 Nov 2024 16:17:20 +0100 Subject: [PATCH] examples/arduino_hello-world: this example needs stdin --- examples/arduino_hello-world/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/arduino_hello-world/Makefile b/examples/arduino_hello-world/Makefile index 8371f1e119..c101c7e833 100644 --- a/examples/arduino_hello-world/Makefile +++ b/examples/arduino_hello-world/Makefile @@ -10,6 +10,7 @@ BOARD ?= native RIOTBASE ?= $(CURDIR)/../.. USEMODULE += arduino +USEMODULE += stdin # Comment this out to disable code in RIOT that does safety checking # which is not needed in a production environment but helps in the