htif_console_handler is defined in htif.c

closes #4069.
This commit is contained in:
Hesham Almatary
2020-09-06 16:07:29 -05:00
committed by Joel Sherrill
parent aedd92d147
commit 764ea57879

View File

@@ -45,7 +45,7 @@ void htif_console_putchar(rtems_termios_device_context *base, char c);
int htif_console_getchar(rtems_termios_device_context *base);
const rtems_termios_device_handler htif_console_handler;
extern const rtems_termios_device_handler htif_console_handler;
#ifdef __cplusplus
}