From c89bfe8cf19add0c0e4943184b64bcce00334db7 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Wed, 15 Nov 2006 16:13:52 +0000 Subject: [PATCH] Back out name change since RTEMS will not change until the next RTEMS release. --- src/RTEMS/base/rtems_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RTEMS/base/rtems_init.c b/src/RTEMS/base/rtems_init.c index dbfc4c025..9333846ea 100644 --- a/src/RTEMS/base/rtems_init.c +++ b/src/RTEMS/base/rtems_init.c @@ -313,7 +313,7 @@ static void netStatCallFunc(const iocshArgBuf *args) static const iocshFuncDef stackCheckFuncDef = {"stackCheck",0,NULL}; static void stackCheckCallFunc(const iocshArgBuf *args) { - rtems_stack_checker_dump_usage(); + Stack_check_Dump_usage(); } static const iocshFuncDef heapSpaceFuncDef = {"heapSpace",0,NULL};