summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/riscv/console/htif.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/riscv/riscv/console/htif.c')
-rw-r--r--bsps/riscv/riscv/console/htif.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bsps/riscv/riscv/console/htif.c b/bsps/riscv/riscv/console/htif.c
index bcfe6a5db5..750abe6e3e 100644
--- a/bsps/riscv/riscv/console/htif.c
+++ b/bsps/riscv/riscv/console/htif.c
@@ -29,8 +29,6 @@
#include <bsp/riscv.h>
-#if RISCV_ENABLE_HTIF_SUPPORT != 0
-
#include <dev/serial/htif.h>
#include <assert.h>
@@ -139,5 +137,3 @@ const rtems_termios_device_handler htif_console_handler = {
.poll_read = htif_console_getchar,
.mode = TERMIOS_POLLED
};
-
-#endif /* RISCV_ENABLE_HTIF_SUPPORT */