forked from Imagelibrary/rtems
mvme162: Fix errors tripped by transition to using polled IO for tests
This commit is contained in:
@@ -43,7 +43,7 @@ libbsp_a_SOURCES += startup/bspclean.c \
|
||||
# clock
|
||||
libbsp_a_SOURCES += clock/ckinit.c
|
||||
# console
|
||||
libbsp_a_SOURCES += console/console.c ../../shared/dummy_printk_support.c
|
||||
libbsp_a_SOURCES += console/console.c
|
||||
# timer
|
||||
libbsp_a_SOURCES += timer/timer.c timer/timerisr.S
|
||||
# tod
|
||||
|
||||
@@ -274,3 +274,4 @@ static void _BSP_output_char(char c)
|
||||
|
||||
/* Printk function */
|
||||
BSP_output_char_function_type BSP_output_char = _BSP_output_char;
|
||||
BSP_polling_getchar_function_type BSP_poll_char = NULL;
|
||||
|
||||
Reference in New Issue
Block a user