1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu: msp430-common: remove obsolete UART0_BUFSIZE define

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

View File

@ -27,10 +27,6 @@ extern "C" {
#define THREAD_STACKSIZE_IDLE (96)
#define MSP430_ISR_STACK_SIZE (256)
#ifndef UART0_BUFSIZE
#define UART0_BUFSIZE (32)
#endif
#ifndef GNRC_PKTBUF_SIZE
#define GNRC_PKTBUF_SIZE (2560) /* TODO: Make this value
* overall MTU dependent */