mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
PrintfのためOS_InitLock()を呼ぶようにした
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@63 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
169d2d8069
commit
50a0ccdd8d
@ -50,7 +50,7 @@ void OS_InitFIRM(void)
|
||||
OS_InitArena();
|
||||
|
||||
//---- Init Spinlock
|
||||
// OS_InitLock();
|
||||
OS_InitLock();
|
||||
|
||||
//---- Init Arena (extended main)
|
||||
OS_InitArenaEx();
|
||||
@ -112,7 +112,7 @@ void OS_InitFIRM(void)
|
||||
OS_InitArena();
|
||||
|
||||
//---- Init Spinlock
|
||||
// OS_InitLock();
|
||||
OS_InitLock();
|
||||
|
||||
//---- Init IRQ Table
|
||||
OS_InitIrqTable();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user