From a32fbd21bd480269799f301b2e3677433e481b05 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 18 Sep 2020 19:51:20 +0200 Subject: [PATCH] redundant declaration --- armsrc/usart.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/armsrc/usart.h b/armsrc/usart.h index 5a7dea38f..abe495692 100644 --- a/armsrc/usart.h +++ b/armsrc/usart.h @@ -4,9 +4,6 @@ #include "common.h" #include "usart_defs.h" -#define USART_BUFFLEN 512 -#define USART_FIFOLEN (2*USART_BUFFLEN) - // Higher baudrates are pointless, only increasing overflow risk extern uint32_t g_usart_baudrate;