Skip to content

Commit

Permalink
fix boardPWMpins table for generic gdf103c variant
Browse files Browse the repository at this point in the history
  • Loading branch information
stevstrong committed Nov 6, 2023
1 parent 7cf5070 commit c5a8e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STM32F1/variants/generic_gd32f103c/board.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ extern const uint8 boardPWMPins[BOARD_NR_PWM_PINS] __FLASH__ = {
};

extern const uint8 boardADCPins[BOARD_NR_ADC_PINS] __FLASH__ = {
PB0, PA7, PA6 , PA5 , PA4 , PA3 , PA2 , PA1 , PA0
PA0,PA1,PA2,PA3,PA6,PA7,PA8,PA9,PA10,PA11,PB0,PB1,PB6,PB7,PB8,PB9
};

// Note. These defines are not really used by generic boards. They are for Maple Serial USB
Expand Down

0 comments on commit c5a8e9d

Please sign in to comment.