8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5368d04 commit 42a5e9fCopy full SHA for 42a5e9f
STM32F1/variants/generic_stm32f103v/board/board.h
@@ -90,8 +90,9 @@
90
#define BOARD_SPI3_MOSI_PIN PB5
91
92
93
-/* GPIO A to E = 5 * 16 - BOOT1 not used = 79*/
94
-#define BOARD_NR_GPIO_PINS 79
+/* GPIO A to E = 5 * 16 = 80*/
+/* value is now 80 as boo1 was added via PR to the pinmap but this value was not increased*/
95
+#define BOARD_NR_GPIO_PINS 80
96
/* Note: NOT 19. The missing one is D38 a.k.a. BOARD_BUTTON_PIN, which
97
* isn't broken out to a header and is thus unusable for PWM. */
98
#define BOARD_NR_PWM_PINS 19
0 commit comments