Timer 3 working with slower clock and all 16 bits.
[fw/altos] / src / avr / ao_avr_stdio.c
index 2f358eb5e4a19ec4d5d481f551266b4418256754..2765853aa92237bc3f7c505efcacdec4c777959c 100644 (file)
@@ -44,9 +44,8 @@ static FILE mystdout = FDEV_SETUP_STREAM(stdio_put, NULL, _FDEV_SETUP_WRITE);
 static FILE mystdin = FDEV_SETUP_STREAM(NULL, stdio_get, _FDEV_SETUP_READ);
 
 void
-ao_stdio_init(void)
+ao_avr_stdio_init(void)
 {
        stdout = &mystdout;
        stdin = &mystdin;
-       printf("%d stdios registered\n", ao_num_stdios);
 }