Back out name change since RTEMS will not change until the next RTEMS release.

This commit is contained in:
W. Eric Norum
2006-11-15 16:13:52 +00:00
parent 31547e98f5
commit c89bfe8cf1
+1 -1
View File
@@ -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};