From 8bb187dea7f170f7716a6470ea92a2cc4b66ae6b Mon Sep 17 00:00:00 2001 From: ryuz Date: Fri, 26 Feb 2010 10:24:38 +0000 Subject: [PATCH] (none) --- cfgrtr/source/intstk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfgrtr/source/intstk.cpp b/cfgrtr/source/intstk.cpp index 287ecba..ddcd44c 100755 --- a/cfgrtr/source/intstk.cpp +++ b/cfgrtr/source/intstk.cpp @@ -142,7 +142,7 @@ void CApiIntStack::WriteCfgIni(FILE* fp) { fprintf( fp, - "\t_KERNEL_SYS_INI_SYSSTK((SIZE)(%s), (VP)(%s));\n", + "\t_KERNEL_SYS_INI_INTSTK((SIZE)(%s), (VP)(%s));\n", pszSize, pszStack); } } -- 2.11.0