Skip to content
Snippets Groups Projects
Commit 087f11db authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

cpu: lpc2387: remove obsolete UART0_BUFSIZE define

parent d3006b17
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment