File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ void gpio_init() {
247247 // VA_EC_EN
248248 GPCRJ4 = GPIO_OUT ;
249249 // VBATT_BOOST#
250- GPCRJ5 = GPIO_OUT ;
250+ GPCRJ5 = GPIO_IN ;
251251 // EC_GPIO
252252 GPCRJ6 = GPIO_IN ;
253253 // CC_EN
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ void gpio_init() {
250250 // VA_EC_EN
251251 GPCRJ4 = GPIO_OUT ;
252252 // VBATT_BOOST#
253- GPCRJ5 = GPIO_OUT ;
253+ GPCRJ5 = GPIO_IN ;
254254 // EC_GPIO
255255 GPCRJ6 = GPIO_IN ;
256256 // PERKB_DET#
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ void gpio_init(void) {
241241 // VA_EC_EN
242242 GPCRJ4 = GPIO_OUT ;
243243 // VBATT_BOOST#
244- GPCRJ5 = GPIO_OUT ;
244+ GPCRJ5 = GPIO_IN ;
245245 // EC_GPIO
246246 GPCRJ6 = GPIO_OUT | GPIO_UP ;
247247 // PERKB_DET#
You can’t perform that action at this time.
0 commit comments