Skip to content

Commit 5888fd9

Browse files
Fix gpio inputs (#100)
1 parent b9bfd0f commit 5888fd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/bronco_space/proves_flight_control_board_v5/proves_flight_control_board_v5.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,13 +309,13 @@ zephyr_udc0: &usbd {
309309

310310
charge: charge {
311311

312-
gpios = <&mcp23017 16 GPIO_ACTIVE_HIGH>; // GPB7
312+
gpios = <&mcp23017 15 GPIO_ACTIVE_HIGH>; // GPB7
313313
label = "CHARGE";
314314
};
315315

316316
readonly: readonly {
317317

318-
gpios = <&mcp23017 15 GPIO_ACTIVE_HIGH>; // GPB6
318+
gpios = <&mcp23017 14 GPIO_ACTIVE_HIGH>; // GPB6
319319
label = "READONLY";
320320
};
321321

0 commit comments

Comments
 (0)