mirror of
https://github.com/cathery/sys-con.git
synced 2024-11-05 08:26:32 +00:00
Reduce psc thread stack size
This commit is contained in:
parent
e889c6e00c
commit
c2e12bc2e9
@ -200,7 +200,7 @@ Result mainLoop()
|
||||
Thread pscThread;
|
||||
PSCLoopBuffer loopBuffer{pscModule, pscLoopRunning, shouldSleep};
|
||||
|
||||
threadCreate(&pscThread, pscLoop, &loopBuffer, NULL, 0x2000, 0x3B, -2);
|
||||
threadCreate(&pscThread, pscLoop, &loopBuffer, NULL, 0x300, 0x3B, -2);
|
||||
|
||||
rc = threadStart(&pscThread);
|
||||
WriteToLog("PSC thread start: 0x", std::hex, rc);
|
||||
|
Loading…
Reference in New Issue
Block a user