Skip to content

Commit 7d7ad4f

Browse files
committed
fix BOARD_NR_PWM_PINS according to addition of GPIOF/GPIOG pins on F429
1 parent 5bd01b4 commit 7d7ad4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

STM32F4/variants/discovery_f407/discovery_f4.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
#define BOARD_SPI3B_MISO_PIN Port2Pin('C',11)
9494
#define BOARD_SPI3B_SCK_PIN Port2Pin('C',10)
9595

96-
#define BOARD_NR_GPIO_PINS 80
96+
#define BOARD_NR_GPIO_PINS 112
9797
#define BOARD_NR_PWM_PINS 22
9898
#define BOARD_NR_ADC_PINS 16
9999
#define BOARD_NR_USED_PINS 43 // ala42 not set yet

0 commit comments

Comments
 (0)