1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:29:46 +01:00

examples/arduino_hello-world: this example needs stdin

This commit is contained in:
Mikolai Gütschow 2024-11-25 16:17:20 +01:00
parent 18c6991d4a
commit 6e61c1b34c
No known key found for this signature in database
GPG Key ID: 943E2F37AA659AD5

View File

@ -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