mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
fix OS_PutStringInit for KMC.
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@264 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
parent
9b6d4fbc46
commit
358eba0633
@ -286,7 +286,7 @@ static void OS_PutStringInit(const char *str)
|
||||
#if defined( SDK_DEBUGGER_ISD )
|
||||
_ISDbgLib_Initialize();
|
||||
OS_PutString = OS_PutStringISD;
|
||||
#else defined( SDK_DEBUGGER_ARM )
|
||||
#elif defined( SDK_DEBUGGER_ARM )
|
||||
OS_PutString = OS_PutStringARM;
|
||||
#endif
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user