1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

boards: ek-lm4f120xl: remove obsolete UART0_BUFSIZE define

This commit is contained in:
Kaspar Schleiser 2015-09-04 16:48:33 +02:00
parent ab863cf831
commit b38a3493c7

View File

@ -34,8 +34,8 @@ extern "C" {
* @{
*/
#define STDIO UART_0
#define STDIO_BAUDRATE 115200
#define STDIO_RX_BUFSIZE UART0_BUFSIZE
#define STDIO_BAUDRATE (115200U)
#define STDIO_RX_BUFSIZE (64U)
/** @} */
/**