oryp11: set EC_AMP_EN high

This commit is contained in:
Jeremy Soller
2023-02-28 12:24:58 -07:00
parent ba5438a79a
commit 7587a6412d

View File

@ -70,7 +70,8 @@ void gpio_init() {
GPDRH = 0;
// LAN_PWR_EN
GPDRI = BIT(2);
GPDRJ = 0;
// EC_AMP_EN
GPDRJ = BIT(2);
GPOTA = 0;
GPOTB = 0;
GPOTD = 0;