mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
出力成功を示す文字列の最後に改行を追加。Nightly自動テストの都合上必要となる。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1143 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
fd9db3ca3a
commit
6f50b3d6d2
@ -249,7 +249,7 @@ void* FormatProcess2(void)
|
||||
#ifdef USE_FOR_NIGHTLY_AUTO_TEST
|
||||
if (result)
|
||||
{
|
||||
OS_Printf("NAND_CLEANUP_SUCCESS");
|
||||
OS_Printf("NAND_CLEANUP_SUCCESS\n");
|
||||
}
|
||||
return ForeverLoopProcess;
|
||||
#endif //USE_FOR_NIGHTLY_AUTO_TEST
|
||||
|
||||
Loading…
Reference in New Issue
Block a user