From c4b8b147ddfc945810b60a2410efd8acc280ba3c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 3 Nov 2017 08:35:38 +0100 Subject: tests: Use simple console driver Update #3170. Update #3199. --- testsuites/samples/ticker/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/samples/ticker') diff --git a/testsuites/samples/ticker/system.h b/testsuites/samples/ticker/system.h index d4a54e082b..05261341f7 100644 --- a/testsuites/samples/ticker/system.h +++ b/testsuites/samples/ticker/system.h @@ -41,7 +41,7 @@ extern rtems_name Task_name[ 4 ]; /* array of task names */ #include /* for device driver prototypes */ #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER -#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER +#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER #define CONFIGURE_MAXIMUM_TASKS 4 -- cgit v1.2.3