libbsp/shared/dummy_printk_support.c: Fix warning

This commit is contained in:
Joel Sherrill
2014-10-11 19:10:17 -05:00
parent 66402ef207
commit ee2c3b657c

View File

@@ -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 */
}