libtests/devfs: Use printk()

This avoids problems with console drivers that use generic nodes of the
IMFS.
This commit is contained in:
Sebastian Huber
2016-09-19 07:52:33 +02:00
parent caf4064680
commit 610b9ef120
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -11,6 +11,7 @@
#include "config.h"
#endif
#define TESTS_USE_PRINTK
#include <tmacros.h>
#include "test_support.h"
#include <rtems/devfs.h>
@@ -37,7 +38,6 @@ rtems_task Init(
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_MAXIMUM_TASKS 1