From b5a4b931b2b994e61ab38c7c485f1a86c06b1e1d Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 12 Jan 2019 15:13:00 +0100 Subject: [PATCH] LED driver work --- protocol/KISS.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/KISS.c b/protocol/KISS.c index e5a87d4..0d8ed56 100755 --- a/protocol/KISS.c +++ b/protocol/KISS.c @@ -24,7 +24,7 @@ size_t packet_lengths_buf[CONFIG_QUEUE_MAX_LENGTH+1]; AX25Ctx *ax25ctx; Afsk *channel; Serial *serial; -volatile last_serial_read = 0; +volatile uint32_t last_serial_read = 0; size_t frame_len; bool IN_FRAME; bool ESCAPE;