summaryrefslogtreecommitdiff
path: root/supervisor/stub/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'supervisor/stub/serial.c')
-rw-r--r--supervisor/stub/serial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/supervisor/stub/serial.c b/supervisor/stub/serial.c
index 4f0e11873..956551914 100644
--- a/supervisor/stub/serial.c
+++ b/supervisor/stub/serial.c
@@ -43,4 +43,5 @@ bool serial_bytes_available(void) {
}
void serial_write(const char* text) {
+ (void) text;
}