From f2825d2b55e783bd721ee6360579a44e51b8ff6e Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser <kaspar@schleiser.de> Date: Fri, 4 Sep 2015 16:49:12 +0200 Subject: [PATCH] cpu: atmega2560: remove obsolete UART0_BUFSIZE define --- cpu/atmega2560/include/cpu_conf.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/cpu/atmega2560/include/cpu_conf.h b/cpu/atmega2560/include/cpu_conf.h index 78c7141ae0..0cdbd30058 100644 --- a/cpu/atmega2560/include/cpu_conf.h +++ b/cpu/atmega2560/include/cpu_conf.h @@ -40,17 +40,6 @@ extern "C" { #define THREAD_STACKSIZE_IDLE (128) /** @} */ -/** - * @name UART0 buffer size definition for compatibility reasons - * - * TODO: remove once the remodeling of the uart0 driver is done - * @{ - */ -#ifndef UART0_BUFSIZE -#define UART0_BUFSIZE (128) -#endif -/** @} */ - #ifdef __cplusplus } #endif -- GitLab