From df84da59131be6a56a2990975ce05f8e10f0d9c1 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Fri, 7 Dec 2018 09:32:37 -0800 Subject: [PATCH] Stub out serial_write as well --- ports/unix/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/unix/Makefile b/ports/unix/Makefile index ae87a16252..8775ec11ac 100644 --- a/ports/unix/Makefile +++ b/ports/unix/Makefile @@ -149,6 +149,7 @@ SRC_C = \ alloc.c \ coverage.c \ fatfs_port.c \ + supervisor/stub/serial.c \ supervisor/stub/stack.c \ supervisor/shared/translate.c \ $(SRC_MOD)