From 1055ff20202e14d6ff253a79ac5f9c95a24603c3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 7 Nov 2017 07:07:35 +0100 Subject: tests: Use normal console for user input tests --- testsuites/libtests/monitor/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests/monitor') diff --git a/testsuites/libtests/monitor/system.h b/testsuites/libtests/monitor/system.h index 6d758ff00c..7e23bd2d40 100644 --- a/testsuites/libtests/monitor/system.h +++ b/testsuites/libtests/monitor/system.h @@ -33,7 +33,7 @@ void Get_all_counters( void ); /* configuration information */ -#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER +#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER #define CONFIGURE_MAXIMUM_TASKS 7 -- cgit v1.2.3