summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-03 14:16:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-03 14:16:41 +0000
commit989938f1b26daba391d0d71ca824e0c386465217 (patch)
tree6f7c9981f076fb565437e689933665cf9318b986 /c/src/lib/libbsp/powerpc/tqm8xx/console/console.c
parent2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-989938f1b26daba391d0d71ca824e0c386465217.tar.bz2
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/console.c: Add BSP_poll_char.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/tqm8xx/console/console.c')
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/console/console.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c b/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c
index a4cda15d34..dfc488082a 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c
@@ -856,7 +856,8 @@ static void console_debug_putc_onlcr(const char c)
}
}
-BSP_output_char_function_type BSP_output_char = console_debug_putc_onlcr;
+BSP_output_char_function_type BSP_output_char = console_debug_putc_onlcr;
+BSP_polling_getchar_function_type BSP_poll_char = NULL;
/*