From 6c1c2f54cacbc2bd67028ada2597bdce6d950367 Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Thu, 15 Mar 2012 14:19:36 +0000 Subject: [PATCH] uart_udp: Updated, obsolete Will probably remive this part in the future Signed-off-by: Michel Pollet --- examples/parts/uart_udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/parts/uart_udp.c b/examples/parts/uart_udp.c index bba68dd..4a99803 100644 --- a/examples/parts/uart_udp.c +++ b/examples/parts/uart_udp.c @@ -34,7 +34,7 @@ #include "avr_uart.h" #include "sim_hex.h" -DEFINE_FIFO(uint8_t,uart_udp_fifo, 512); +DEFINE_FIFO(uint8_t,uart_udp_fifo); /* * called when a byte is send via the uart on the AVR -- 2.20.1