forked from Imagelibrary/rtems
bsps: Fix BSP_INITIAL_EXTENSION
This commit is contained in:
@@ -44,7 +44,7 @@ void bsp_fatal_extension(
|
|||||||
);
|
);
|
||||||
|
|
||||||
#define BSP_INITIAL_EXTENSION \
|
#define BSP_INITIAL_EXTENSION \
|
||||||
{ NULL, NULL, NULL, NULL, NULL, NULL, NULL, bsp_fatal_extension }
|
{ NULL, NULL, NULL, NULL, NULL, NULL, NULL, bsp_fatal_extension, NULL }
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user