From 3baddc333e6d7c48f8013c6b52628d460e36e0f7 Mon Sep 17 00:00:00 2001 From: ReFil <31960031+ReFil@users.noreply.github.com> Date: Wed, 23 Aug 2023 10:25:07 +0100 Subject: [PATCH] Fix(docs): corrections --- docs/docs/features/backlight.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/features/backlight.md b/docs/docs/features/backlight.md index 49e59f7e..774837d9 100644 --- a/docs/docs/features/backlight.md +++ b/docs/docs/features/backlight.md @@ -144,7 +144,7 @@ A pinctrl file has an `&pinctrl` node that encompasses all pinctrl settings incl low-power-enable; }; }; -} +}; ``` The pin number is handled differently depending on the MCU in question, on nRF boards it is defined as (PWM_OUTX, Y, Z) where X is the PWM channel used (usually 0) Y is first part of the hardware port "PY.01" and Z is the second part of the hardware port "P1.Z". @@ -311,7 +311,7 @@ Then add the following lines to your `.overlay` file: low-power-enable; }; }; -} +}; ``` The pin number is handled differently depending on the MCU in question, on nRF boards it is defined as (PWM_OUTX, Y, Z) where X is the PWM channel used (usually 0) Y is first part of the hardware port "PY.01" and Z is the second part of the hardware port "P1.Z".