From 2f933718b5122c314a01035d8120c845bc009a44 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 Jan 1997 00:28:30 +0000 Subject: The CONSOLE_USE_INTERRUPTS and CONSOLE_USE_POLLED macros are now defined in the targopts.h file. --- c/src/lib/libbsp/sparc/erc32/console/console.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'c') diff --git a/c/src/lib/libbsp/sparc/erc32/console/console.c b/c/src/lib/libbsp/sparc/erc32/console/console.c index 41cea543a4..517e007a8c 100644 --- a/c/src/lib/libbsp/sparc/erc32/console/console.c +++ b/c/src/lib/libbsp/sparc/erc32/console/console.c @@ -60,12 +60,6 @@ * share this problem although it was not investigated. */ -#define CONSOLE_USE_INTERRUPTS - -/* -#define CONSOLE_USE_POLLED -*/ - #ifdef CONSOLE_USE_POLLED #define OUTBYTE console_outbyte_polled #define INBYTE console_inbyte_polled @@ -341,7 +335,7 @@ void console_exit() */ #ifdef RDB_BREAK_IN - extern int trap_table[]; + extern unsigned32 trap_table[]; #endif void console_initialize_interrupts() -- cgit v1.2.3