Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -307,13 +307,13 @@ zephyr_udc0: &usbd {

charge: charge {

gpios = <&mcp23017 16 GPIO_ACTIVE_HIGH>; // GPB7
gpios = <&mcp23017 15 GPIO_ACTIVE_HIGH>; // GPB7
label = "CHARGE";
};

readonly: readonly {

gpios = <&mcp23017 15 GPIO_ACTIVE_HIGH>; // GPB6
gpios = <&mcp23017 14 GPIO_ACTIVE_HIGH>; // GPB6
label = "READONLY";
};

Expand Down