mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-15 20:08:25 +00:00
The CONSOLE_USE_INTERRUPTS and CONSOLE_USE_POLLED macros are now
defined in the targopts.h file.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user