summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/serial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/serial.c b/firmware/drivers/serial.c
index 039f791..a789f88 100644
--- a/firmware/drivers/serial.c
+++ b/firmware/drivers/serial.c
@@ -88,6 +88,7 @@ int rx_rdy(void)
void tx_writec(unsigned char c)
{
/* a dummy */
+ (void)c;
}
unsigned char rx_readc(void)