altos: get avr-demo to build. Pull in AVR drivers and LCD driver
[fw/altos] / src / avr / ao_avr_stdio.c
index 2f358eb5e4a19ec4d5d481f551266b4418256754..ba562dbf87c8a6e3fd1a1f59dd95dc11d63be3ee 100644 (file)
@@ -44,7 +44,7 @@ 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;