mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-31 04:20:28 +08:00
redundant declaration
This commit is contained in:
parent
8b2279dd05
commit
a32fbd21bd
1 changed files with 0 additions and 3 deletions
|
@ -4,9 +4,6 @@
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "usart_defs.h"
|
#include "usart_defs.h"
|
||||||
|
|
||||||
#define USART_BUFFLEN 512
|
|
||||||
#define USART_FIFOLEN (2*USART_BUFFLEN)
|
|
||||||
|
|
||||||
// Higher baudrates are pointless, only increasing overflow risk
|
// Higher baudrates are pointless, only increasing overflow risk
|
||||||
|
|
||||||
extern uint32_t g_usart_baudrate;
|
extern uint32_t g_usart_baudrate;
|
||||||
|
|
Loading…
Reference in a new issue