Skip to content

Commit 0af66ad

Browse files
doc: Raspberry Pi Pico board page document fix for pwm
There was problem a format mistake on Supported Features table last element pwm. Fixed by removing spaces and adding option Signed-off-by: Mr. Green's Workshop <[email protected]> Co-authored-by: Carles Cufí <[email protected]>
1 parent 62f19cc commit 0af66ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/arm/rpi_pico/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ hardware features:
7171
- :kconfig:option:`CONFIG_WATCHDOG`
7272
- :dtcompatible:`raspberrypi,pico-watchdog`
7373
* - PWM
74-
- :kconfig: `CONFIG_PWM`
75-
- :dtcompatible: `raspberrypi,pico-pwm`
74+
- :kconfig:option:`CONFIG_PWM`
75+
- :dtcompatible:`raspberrypi,pico-pwm`
7676

7777
Programming and Debugging
7878
*************************

0 commit comments

Comments
 (0)