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:
parent
087f11db09
commit
f433c9a5c7
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user