summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/console_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/shared/console_select.c')
-rw-r--r--c/src/lib/libbsp/shared/console_select.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/shared/console_select.c b/c/src/lib/libbsp/shared/console_select.c
index 392748704d..7c91112cc4 100644
--- a/c/src/lib/libbsp/shared/console_select.c
+++ b/c/src/lib/libbsp/shared/console_select.c
@@ -19,7 +19,7 @@
*/
#include <bsp.h>
-#include <bsp/generic-fatal.h>
+#include <bsp/fatal.h>
#include <rtems/libio.h>
#include <stdlib.h>
#include <assert.h>
@@ -72,7 +72,7 @@ static rtems_device_minor_number bsp_First_Available_Device( void )
/*
* Error No devices were found. We will want to bail here.
*/
- bsp_generic_fatal(BSP_GENERIC_FATAL_CONSOLE_NO_DEV);
+ bsp_fatal(BSP_FATAL_CONSOLE_NO_DEV);
}
void bsp_console_select(void)