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:
-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)
,