Fix polarity of H_PROCHOT_EC

This commit is contained in:
Jeremy Soller
2020-01-12 20:38:16 -07:00
parent bc13ddbbe2
commit 52ed016a51

View File

@@ -51,7 +51,7 @@ void gpio_init() {
GPDRD = (1 << 5) | (1 << 4) | (1 << 3);
GPDRE = (1 << 3);
GPDRF = (1 << 6);
GPDRG = (1 << 6);
GPDRG = 0;
GPDRH = 0;
GPDRI = 0;
GPDRJ = 0;