From f433c9a5c79398a8a0bc5f4d2cbe8edb94c28858 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Fri, 4 Sep 2015 16:49:12 +0200 Subject: [PATCH] cpu: msp430-common: remove obsolete UART0_BUFSIZE define --- cpu/msp430-common/include/cpu_conf.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cpu/msp430-common/include/cpu_conf.h b/cpu/msp430-common/include/cpu_conf.h index fc3751728d..22771f10cc 100644 --- a/cpu/msp430-common/include/cpu_conf.h +++ b/cpu/msp430-common/include/cpu_conf.h @@ -27,10 +27,6 @@ extern "C" { #define THREAD_STACKSIZE_IDLE (96) #define MSP430_ISR_STACK_SIZE (256) -#ifndef UART0_BUFSIZE -#define UART0_BUFSIZE (32) -#endif - #ifndef GNRC_PKTBUF_SIZE #define GNRC_PKTBUF_SIZE (2560) /* TODO: Make this value * overall MTU dependent */