Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
Signed-off-by: Xmj <[email protected]>
  • Loading branch information
Deer-Xmj authored Sep 7, 2024
1 parent 23d28ec commit dab471a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/shields/rolio/rolio_right.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
group1 {
psels = <NRF_PSEL(SPIM_SCK, 0, 20)>,
<NRF_PSEL(SPIM_MOSI, 0, 17)>,
<NRF_PSEL(SPIM_MISO, 0, 5)>;
<NRF_PSEL(SPIM_MISO, 0, 6)>;
};
};

spi0_sleep: spi0_sleep {
group1 {
psels = <NRF_PSEL(SPIM_SCK, 0, 20)>,
<NRF_PSEL(SPIM_MOSI, 0, 17)>,
<NRF_PSEL(SPIM_MISO, 0, 5)>;
<NRF_PSEL(SPIM_MISO, 0, 6)>;
low-power-enable;
};
};
Expand Down

0 comments on commit dab471a

Please sign in to comment.