mirror of
https://github.com/cathery/sys-con.git
synced 2024-11-16 14:09:51 +00:00
(Hopefully) fix another hang by changing psc:pm dependencies
This commit is contained in:
parent
1a82f82cd8
commit
89f4e5daef
@ -11,7 +11,7 @@ namespace syscon::psc
|
|||||||
{
|
{
|
||||||
PscPmModule pscModule;
|
PscPmModule pscModule;
|
||||||
Waiter pscModuleWaiter;
|
Waiter pscModuleWaiter;
|
||||||
const uint16_t dependencies[] = {PscPmModuleId_Usb};
|
const uint16_t dependencies[] = {PscPmModuleId_Fs};
|
||||||
|
|
||||||
//Thread to check for psc:pm state change (console waking up/going to sleep)
|
//Thread to check for psc:pm state change (console waking up/going to sleep)
|
||||||
void PscThreadFunc(void *arg);
|
void PscThreadFunc(void *arg);
|
||||||
|
Loading…
Reference in New Issue
Block a user