We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e14f6 commit 8d74a1bCopy full SHA for 8d74a1b
1 file changed
boards/native/Makefile.include
@@ -60,7 +60,7 @@ NATIVE_FLAGS += $(PORT) # Flags to the native executable
60
61
# checkout the "sigint" flags. Without it ctrl-c just exits socat, which breaks
62
# the pipe on the RIOT executable causing SIGPIPE and a dirty exit.
63
-SOCAT_REMOTE = exec:"$(NATIVE_EXEC) $(NATIVE_FLAGS)",sigint $(PORT)
+SOCAT_REMOTE = exec:"$(NATIVE_EXEC) $(NATIVE_FLAGS)",sigint,pty $(PORT)
64
65
include $(RIOTMAKE)/tools/serial.inc.mk
66
0 commit comments