projects
/
sx
/
simavr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
regExp
home
|
summary
|
tags
|
heads
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
raw
|
patch
| inline |
side by side
(parent:
db78200
)
Commit
6c1c2f54cacbc2bd67028ada2597bdce6d950367
author
Michel Pollet
<buserror@gmail.com>
Thu, 15 Mar 2012 14:19:36 +0000
(14:19 +0000)
committer
Michel 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
patch
|
blob
|
history
|
download
diff --git
a/examples/parts/uart_udp.c
b/examples/parts/uart_udp.c
index bba68dd0d243ac4466265669d7d9dd3fd34fe846..4a99803c85fc928502720cfd42ad9cb6de2201a0 100644
(file)
--- 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