From ce78906727aa59fc2b91f0fde4c7186b037359ff Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 17 May 2011 17:52:35 -0700 Subject: src-avr: USB work in progress Some packets are flowing, although it's not working right. Signed-off-by: Keith Packard --- src-avr/ao_stdio.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src-avr/ao_stdio.c') diff --git a/src-avr/ao_stdio.c b/src-avr/ao_stdio.c index bfe418d1..6702fab0 100644 --- a/src-avr/ao_stdio.c +++ b/src-avr/ao_stdio.c @@ -94,9 +94,11 @@ ao_add_stdio(char (*pollchar)(void), int stdio_put(char c, FILE *stream) { +#if 0 if (ao_cur_task && ao_num_stdios) putchar(c); else +#endif { if (c == '\n') stdio_put('\r', stream); -- cgit v1.2.3