We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b63db0 + d50172f commit 4f41d78Copy full SHA for 4f41d78
arch/platform/native/Makefile.native
@@ -22,8 +22,6 @@ endif
22
23
CONTIKI_SOURCEFILES += $(CONTIKI_TARGET_SOURCEFILES)
24
25
-CFLAGS += -Wno-stringop-truncation
26
-
27
.SUFFIXES:
28
29
# Enable nullmac by default
arch/platform/native/platform.c
@@ -263,9 +263,11 @@ platform_init_stage_two()
263
set_lladdr();
264
serial_line_init();
265
266
+#if SELECT_STDIN
267
if(NULL == input_handler) {
268
native_uart_set_input(serial_line_input_byte);
269
}
270
+#endif
271
272
/*---------------------------------------------------------------------------*/
273
void
0 commit comments