From 880659affbb4fcec78b80741980533f5a8779111 Mon Sep 17 00:00:00 2001 From: "Mr. Green's Workshop" Date: Sat, 9 Jul 2022 19:37:08 +0900 Subject: [PATCH] doc: Raspberry Pi Pico board page document fix for pwm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Co-authored-by: Carles CufĂ­ --- boards/arm/rpi_pico/doc/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/arm/rpi_pico/doc/index.rst b/boards/arm/rpi_pico/doc/index.rst index 1199e68e1b635..50bf3af052c91 100644 --- a/boards/arm/rpi_pico/doc/index.rst +++ b/boards/arm/rpi_pico/doc/index.rst @@ -71,8 +71,8 @@ hardware features: - :kconfig:option:`CONFIG_WATCHDOG` - :dtcompatible:`raspberrypi,pico-watchdog` * - PWM - - :kconfig: `CONFIG_PWM` - - :dtcompatible: `raspberrypi,pico-pwm` + - :kconfig:option:`CONFIG_PWM` + - :dtcompatible:`raspberrypi,pico-pwm` Programming and Debugging *************************