uart_udp: Updated, obsolete
authorMichel Pollet <buserror@gmail.com>
Thu, 15 Mar 2012 14:19:36 +0000 (14:19 +0000)
committerMichel Pollet <buserror@gmail.com>
Thu, 15 Mar 2012 14:19:36 +0000 (14:19 +0000)
Will probably remive this part in the future

Signed-off-by: Michel Pollet <buserror@gmail.com>
examples/parts/uart_udp.c

index bba68dd..4a99803 100644 (file)
@@ -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