From 33f90df998ec15af2691e6a420d37a5d06f75b57 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 12 Jan 2019 15:13:06 +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 0d8ed56..82b5a01 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 uint32_t last_serial_read = 0; +volatile ticks_t last_serial_read = 0; size_t frame_len; bool IN_FRAME; bool ESCAPE;