[bootlin/training-materials updates] master: labs/sysdev-accessing-hardware*: fix typo (2717f5be)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Nov 18 14:52:05 CET 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/2717f5be61a5940cf60a611b747760909ae4f58a

>---------------------------------------------------------------

commit 2717f5be61a5940cf60a611b747760909ae4f58a
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Nov 18 14:51:42 2022 +0100

    labs/sysdev-accessing-hardware*: fix typo
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

2717f5be61a5940cf60a611b747760909ae4f58a
 labs/sysdev-accessing-hardware-bbb/sysdev-accessing-hardware-bbb.tex    | 2 +-
 .../sysdev-accessing-hardware-stm32/sysdev-accessing-hardware-stm32.tex | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-accessing-hardware-bbb/sysdev-accessing-hardware-bbb.tex b/labs/sysdev-accessing-hardware-bbb/sysdev-accessing-hardware-bbb.tex
index 043d34d6..df198ad8 100644
--- a/labs/sysdev-accessing-hardware-bbb/sysdev-accessing-hardware-bbb.tex
+++ b/labs/sysdev-accessing-hardware-bbb/sysdev-accessing-hardware-bbb.tex
@@ -204,7 +204,7 @@ When you're done, you can see your GPIO free:
 \section{Driving LEDs}
 
 First, make sure your kernel is compiled with
-\kconfigval{CONFIG_LED_CLASS}{y}, \kconfigval{CONFIG_LEDS_GPIO}{y}
+\kconfigval{CONFIG_LEDS_CLASS}{y}, \kconfigval{CONFIG_LEDS_GPIO}{y}
 and \kconfigval{CONFIG_LEDS_TRIGGER_TIMER}{y}.
 
 Then, go to \code{/sys/class/leds} to see all the LEDs that you are allowed
diff --git a/labs/sysdev-accessing-hardware-stm32/sysdev-accessing-hardware-stm32.tex b/labs/sysdev-accessing-hardware-stm32/sysdev-accessing-hardware-stm32.tex
index 1ec491cd..1a9b12e7 100644
--- a/labs/sysdev-accessing-hardware-stm32/sysdev-accessing-hardware-stm32.tex
+++ b/labs/sysdev-accessing-hardware-stm32/sysdev-accessing-hardware-stm32.tex
@@ -204,7 +204,7 @@ When you're done, you can see your GPIO free:
 \section{Driving LEDs}
 
 First, make sure your kernel is compiled with
-\kconfigval{CONFIG_LED_CLASS}{y}, \kconfigval{CONFIG_LEDS_GPIO}{y}
+\kconfigval{CONFIG_LEDS_CLASS}{y}, \kconfigval{CONFIG_LEDS_GPIO}{y}
 and \kconfigval{CONFIG_LEDS_TRIGGER_TIMER}{y}.
 
 Then, go to \code{/sys/class/leds} to see all the LEDs that you are allowed




More information about the training-materials-updates mailing list