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:
authorIlya Stolyarov <ila.embsys@gmail.com>2020-10-30 02:12:21 +0300
committerGitHub <noreply@github.com>2020-10-30 02:12:21 +0300
commit6aceb78b83d1390c73ca395a297fa60c8a4de151 (patch)
tree871eb9cb9d454db87cfd3aff48fcc0c9c350d2cd
parentb242d2d36853e379ec36c7c3367c65bc838570af (diff)
parentb8959c1f4eb442ae3568a0ad96aecca3e74f8868 (diff)
Merge pull request #18 from thirdpin/bugfix/pinout_copy_paste_errorv.2.4.0_31.10.2020
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)
,