forked from Imagelibrary/rtems
libbsp/shared/dummy_printk_support.c: Fix warning
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include <rtems.h>
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
void BSP_output_char_f(char c)
|
||||
static void BSP_output_char_f(char c)
|
||||
{
|
||||
/* the character just needs to disappear */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user