redundant declaration

This commit is contained in:
iceman1001 2020-09-18 19:51:20 +02:00
parent 8b2279dd05
commit a32fbd21bd

View file

@ -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;