boot: fix two logic inversions in wake pin init

This commit is contained in:
Michael Scire 2019-05-09 21:58:13 -07:00
parent 78828427a4
commit 377b8dae9f
2 changed files with 2 additions and 2 deletions

View file

@ -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},