Skip to content

Commit

Permalink
fix BOARD_NR_PWM_PIN for generic F103C variant
Browse files Browse the repository at this point in the history
  • Loading branch information
stevstrong committed Nov 6, 2023
1 parent da6b55d commit 4bc749d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STM32F1/variants/generic_stm32f103c/board/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#define BOARD_SPI2_SCK_PIN PB13

#define BOARD_NR_GPIO_PINS 35
#define BOARD_NR_PWM_PINS 12
#define BOARD_NR_PWM_PINS 16
#define BOARD_NR_ADC_PINS 9
#define BOARD_NR_USED_PINS 4

Expand Down

0 comments on commit 4bc749d

Please sign in to comment.