cpu: lpc2387: remove obsolete UART0_BUFSIZE define

This commit is contained in:
Kaspar Schleiser 2015-09-04 16:49:12 +02:00
parent d3006b171a
commit 087f11db09

View File

@ -63,17 +63,6 @@ extern "C" {
#define CC_CONF_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) #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 #ifdef __cplusplus
} }
#endif #endif