diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-12-07 09:32:37 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2018-12-07 09:32:37 -0800 |
| commit | df84da59131be6a56a2990975ce05f8e10f0d9c1 (patch) | |
| tree | 99d90584a11453f7164513766dd7994058c088d7 | |
| parent | 808ca676b61b446a02792c7d77acb73dfd203244 (diff) | |
Stub out serial_write as well
| -rw-r--r-- | ports/unix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/unix/Makefile b/ports/unix/Makefile index ae87a1625..8775ec11a 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) |
