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 b9bfd0f commit 5888fd9Copy full SHA for 5888fd9
boards/bronco_space/proves_flight_control_board_v5/proves_flight_control_board_v5.dtsi
@@ -309,13 +309,13 @@ zephyr_udc0: &usbd {
309
310
charge: charge {
311
312
- gpios = <&mcp23017 16 GPIO_ACTIVE_HIGH>; // GPB7
+ gpios = <&mcp23017 15 GPIO_ACTIVE_HIGH>; // GPB7
313
label = "CHARGE";
314
};
315
316
readonly: readonly {
317
318
- gpios = <&mcp23017 15 GPIO_ACTIVE_HIGH>; // GPB6
+ gpios = <&mcp23017 14 GPIO_ACTIVE_HIGH>; // GPB6
319
label = "READONLY";
320
321
0 commit comments