tests: Move rtems_test_printer definition

Statically initialize it to use printk().

Update #3170.
Update #3199.
This commit is contained in:
Sebastian Huber
2017-10-26 13:59:05 +02:00
parent cf614eca60
commit f703e7f5c7
15 changed files with 14 additions and 17 deletions

View File

@@ -16,8 +16,6 @@
static rtems_id locked_print_semaphore; /* synchronisation semaphore */
rtems_printer rtems_test_printer;
static int locked_printf_plugin(void *context, const char *fmt, va_list ap)
{
(void) context;