From 89ef6eef575501e736ae528f13d9979e1302be63 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Fri, 7 Dec 2018 09:56:35 -0800 Subject: Fix unused parameter --- supervisor/stub/serial.c | 1 + 1 file changed, 1 insertion(+) (limited to 'supervisor') 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; } -- cgit v1.2.3