mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-27 22:04:09 +08:00
libtests/devfs: Use printk()
This avoids problems with console drivers that use generic nodes of the IMFS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user