From 087f11db0942878df1ec574f28051e40e1daa025 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Fri, 4 Sep 2015 16:49:12 +0200 Subject: [PATCH] cpu: lpc2387: remove obsolete UART0_BUFSIZE define --- cpu/lpc2387/include/cpu_conf.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/cpu/lpc2387/include/cpu_conf.h b/cpu/lpc2387/include/cpu_conf.h index 73ec403ce8..f5a831065a 100644 --- a/cpu/lpc2387/include/cpu_conf.h +++ b/cpu/lpc2387/include/cpu_conf.h @@ -63,17 +63,6 @@ extern "C" { #define CC_CONF_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) /** @} */ -/** - * @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