From: Michel Pollet Date: Thu, 15 Mar 2012 14:19:36 +0000 (+0000) Subject: uart_udp: Updated, obsolete X-Git-Tag: v1.0b1~18 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=6c1c2f54cacbc2bd67028ada2597bdce6d950367;p=sx%2Fsimavr.git uart_udp: Updated, obsolete Will probably remive this part in the future Signed-off-by: Michel Pollet --- 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