Skip to content

Commit

Permalink
fix(formatting): whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed May 30, 2023
1 parent 1660750 commit 1b6af51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docs/features/led-indicators.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ Next, you need to enable PWM by adding the following lines to your `.overlay` or

```
&pwm0 {
status = "okay";
ch0-pin = <33>;
/* ch0-inverted; */
ch1-pin = <35>;
/* ch1-inverted; */
status = "okay";
ch0-pin = <33>;
/* ch0-inverted; */
ch1-pin = <35>;
/* ch1-inverted; */
};
```

Expand Down

0 comments on commit 1b6af51

Please sign in to comment.