From fde250a54bf156083aa0a1cd417054d4af10af2a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 2 Mar 2016 10:33:11 +0100 Subject: [PATCH] uart_console.c: Don't redefine constants from board.h --- firmware/src_board/uart_console.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/firmware/src_board/uart_console.c b/firmware/src_board/uart_console.c index 1c4cbd92..e6be514c 100644 --- a/firmware/src_board/uart_console.c +++ b/firmware/src_board/uart_console.c @@ -47,15 +47,6 @@ * Definitions *----------------------------------------------------------------------------*/ -/** Console baudrate always using 115200. */ -#define CONSOLE_BAUDRATE 115200 -/** Usart Hw interface used by the console (UART0). */ -#define CONSOLE_USART UART0 -/** Usart Hw ID used by the console (UART0). */ -#define CONSOLE_ID ID_UART0 -/** Pins description corresponding to Rxd,Txd, (UART pins) */ -#define CONSOLE_PINS {PINS_UART} - /*---------------------------------------------------------------------------- * Variables *----------------------------------------------------------------------------*/