[bootlin/training-materials updates] master: common/embedded-linux-labs-vars.tex: correct GPIO number for STM32 variant (a0b19a2b)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Nov 16 17:11:32 CET 2022


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

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

commit a0b19a2bed716141f37bb2cc932ccba9d0011f34
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Nov 16 17:11:32 2022 +0100

    common/embedded-linux-labs-vars.tex: correct GPIO number for STM32 variant
    
    This issue was introduced during the alignment with the BeagleBone
    Black instructions.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

a0b19a2bed716141f37bb2cc932ccba9d0011f34
 common/embedded-linux-labs-vars.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/embedded-linux-labs-vars.tex b/common/embedded-linux-labs-vars.tex
index 9cf4d355..e2a5c5c4 100644
--- a/common/embedded-linux-labs-vars.tex
+++ b/common/embedded-linux-labs-vars.tex
@@ -9,5 +9,5 @@
 \newcommand*{\hosttty}{/dev/ttyACM0}
 \newcommand*{\ttyname}{ttySTM0}
 \newcommand*{\console}{\ttyname,115200}
-\newcommand*{\gpionum}{60}
+\newcommand*{\gpionum}{65}
 \newcommand*{\busname}{I2C5}




More information about the training-materials-updates mailing list