Skip to content

Commit 4bc749d

Browse files
authored
fix BOARD_NR_PWM_PIN for generic F103C variant
1 parent da6b55d commit 4bc749d

File tree

1 file changed

+1
-1
lines changed
  • STM32F1/variants/generic_stm32f103c/board

1 file changed

+1
-1
lines changed

STM32F1/variants/generic_stm32f103c/board/board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#define BOARD_SPI2_SCK_PIN PB13
6565

6666
#define BOARD_NR_GPIO_PINS 35
67-
#define BOARD_NR_PWM_PINS 12
67+
#define BOARD_NR_PWM_PINS 16
6868
#define BOARD_NR_ADC_PINS 9
6969
#define BOARD_NR_USED_PINS 4
7070

0 commit comments

Comments
 (0)