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

cpu: msp430-common: remove obsolete UART0_BUFSIZE define

parent 087f11db
No related branches found
No related tags found
No related merge requests found
...@@ -27,10 +27,6 @@ extern "C" { ...@@ -27,10 +27,6 @@ extern "C" {
#define THREAD_STACKSIZE_IDLE (96) #define THREAD_STACKSIZE_IDLE (96)
#define MSP430_ISR_STACK_SIZE (256) #define MSP430_ISR_STACK_SIZE (256)
#ifndef UART0_BUFSIZE
#define UART0_BUFSIZE (32)
#endif
#ifndef GNRC_PKTBUF_SIZE #ifndef GNRC_PKTBUF_SIZE
#define GNRC_PKTBUF_SIZE (2560) /* TODO: Make this value #define GNRC_PKTBUF_SIZE (2560) /* TODO: Make this value
* overall MTU dependent */ * overall MTU dependent */
......
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