Skip to content

Commit

Permalink
Update rolio_left.overlay 直至6
Browse files Browse the repository at this point in the history
Signed-off-by: Xmj <[email protected]>
  • Loading branch information
Deer-Xmj authored Sep 5, 2024
1 parent c70f6b6 commit c9dbb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/shields/rolio/rolio_left.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
pwm0_default: pwm0_default {
group1 {
// Use P0.08 for LED backlight
psels = <NRF_PSEL(PWM_OUT0, 0, 8)>;
psels = <NRF_PSEL(PWM_OUT0, 0, 6)>;
};
};

pwm0_sleep: pwm0_sleep {
group1 {
// Use P0.08 for LED backlight
psels = <NRF_PSEL(PWM_OUT0, 0, 8)>;
psels = <NRF_PSEL(PWM_OUT0, 0, 6)>;
low-power-enable;
};
};
Expand Down

0 comments on commit c9dbb47

Please sign in to comment.