We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e708ff1 commit 346a034Copy full SHA for 346a034
3 files changed
src/board/system76/addw3/gpio.c
@@ -247,7 +247,7 @@ void gpio_init() {
247
// VA_EC_EN
248
GPCRJ4 = GPIO_OUT;
249
// VBATT_BOOST#
250
- GPCRJ5 = GPIO_OUT;
+ GPCRJ5 = GPIO_IN;
251
// EC_GPIO
252
GPCRJ6 = GPIO_IN;
253
// CC_EN
src/board/system76/oryp11/gpio.c
@@ -250,7 +250,7 @@ void gpio_init() {
254
255
256
// PERKB_DET#
src/board/system76/serw13/gpio.c
@@ -241,7 +241,7 @@ void gpio_init(void) {
241
242
243
244
245
246
GPCRJ6 = GPIO_OUT | GPIO_UP;
0 commit comments