Skip to content

Commit

Permalink
Wrong last column pin
Browse files Browse the repository at this point in the history
  • Loading branch information
bullwinkle3000 committed Oct 27, 2024
1 parent 9bf630b commit 25cc0da
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
28 changes: 15 additions & 13 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/boards/shields/wyld_dm/wyld_dm_left.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
, <&gpio1 15 GPIO_ACTIVE_HIGH> // 1.15
, <&gpio1 13 GPIO_ACTIVE_HIGH> // 1.13
, <&gpio1 11 GPIO_ACTIVE_HIGH> // 1.10
, <&gpio1 10 (GPIO_ACTIVE_HIGH )> // 0.10
, <&gpio0 10 (GPIO_ACTIVE_HIGH )> // 0.10
;
};

Expand Down
2 changes: 1 addition & 1 deletion config/boards/shields/wyld_dm/wyld_dm_right.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
, <&gpio1 15 GPIO_ACTIVE_HIGH> // 1.15
, <&gpio1 13 GPIO_ACTIVE_HIGH> // 1.13
, <&gpio1 11 GPIO_ACTIVE_HIGH> // 1.10
, <&gpio1 10 (GPIO_ACTIVE_HIGH )> // 0.10
, <&gpio0 10 (GPIO_ACTIVE_HIGH )> // 0.10
;
};

Expand Down

0 comments on commit 25cc0da

Please sign in to comment.