Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3_cpp_extensions.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Lisin <d.lisin@thirdpin.io>2020-10-29 21:01:01 +0300
committerDmitriy Lisin <d.lisin@thirdpin.io>2020-10-29 21:01:01 +0300
commitb8959c1f4eb442ae3568a0ad96aecca3e74f8868 (patch)
tree228e5f6905af95ecd67b4aeee76a250cee5e2489
parent8e11b91b713f31b6d8abc5aa6af2c328329d4bbe (diff)
FIX: [gpio] GPIO port copy paste error
-rw-r--r--cm3cpp/gpio.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cm3cpp/gpio.hpp b/cm3cpp/gpio.hpp
index b293fbd..0525c2d 100644
--- a/cm3cpp/gpio.hpp
+++ b/cm3cpp/gpio.hpp
@@ -62,7 +62,7 @@ class Gpio
#endif
#if (GPIOB + 0)
,
- PORT_B = GPIOC
+ PORT_B = GPIOB
#endif
#if (GPIOC + 0)
,