mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-25 12:14:24 -04:00
boot: fix two logic inversions in wake pin init
This commit is contained in:
parent
78828427a4
commit
377b8dae9f
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ static constexpr WakePinConfig WakePinConfigs[] = {
|
|||
{0x05, false, 0x02},
|
||||
{0x06, true, 0x02},
|
||||
{0x07, true, 0x02},
|
||||
{0x08, false, 0x02},
|
||||
{0x08, false, 0x01},
|
||||
{0x0A, true, 0x02},
|
||||
{0x0B, false, 0x02},
|
||||
{0x0C, false, 0x02},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue