From 85f67006e4d0655523b8fb7ec61c81de162ca50e Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 14 Apr 2019 14:35:42 +0200 Subject: [PATCH] Remove redundant define --- common/usart.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/usart.c b/common/usart.c index 1a46b93c4..f0a58131b 100644 --- a/common/usart.c +++ b/common/usart.c @@ -12,8 +12,6 @@ #include "string.h" #include "../armsrc/ticks.h" // startcountus -#define AT91_BAUD_RATE 115200 - volatile AT91PS_USART pUS1 = AT91C_BASE_US1; volatile AT91PS_PIO pPIO = AT91C_BASE_PIOA; volatile AT91PS_PDC pPDC = AT91C_BASE_PDC_US1;