1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-09-28 14:40:46 +00:00

(Hopefully) fix another hang by changing psc:pm dependencies

This commit is contained in:
cathery 2020-06-13 18:56:06 +03:00
parent 1a82f82cd8
commit 89f4e5daef

View File

@ -11,7 +11,7 @@ namespace syscon::psc
{
PscPmModule pscModule;
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)
void PscThreadFunc(void *arg);