1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

cpu: atmega2560: remove obsolete UART0_BUFSIZE define

This commit is contained in:
Kaspar Schleiser 2015-09-04 16:49:12 +02:00
parent 2eb2c8bf7b
commit f2825d2b55

View File

@ -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