Skip to content

Commit

Permalink
Update seeeduino_xiao_ble.overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
WainingForests authored Sep 20, 2023
1 parent 51f63de commit fc608a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
&pinctrl {
spi3_default: spi3_default {
group1 {
psels = <NRF_PSEL(SPIM_MOSI, 0, 9)>;
psels = <NRF_PSEL(SPI_MOSI, 0, 9)>;
};
};

spi3_sleep: spi3_sleep {
group1 {
psels = <NRF_PSEL(SPIM_MOSI, 0, 9)>;
psels = <NRF_PSEL(SPI_MOSI, 0, 9)>;
low-power-enable;
};
};
Expand Down

0 comments on commit fc608a9

Please sign in to comment.