Skip to content

Commit 347cee0

Browse files
added comment to generic stm32f103c board.h
1 parent e8aa9b0 commit 347cee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • STM32F1/variants/generic_stm32f103c/board

STM32F1/variants/generic_stm32f103c/board/board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
#define BOARD_USB_DISC_DEV GPIOB
7777
#define BOARD_USB_DISC_BIT 10
7878

79-
79+
// Note this needs to match with the PIN_MAP array in board.cpp
8080
enum {
8181
PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA11, PA12, PA13,PA14,PA15,
8282
PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7, PB8, PB9, PB10, PB11, PB12, PB13,PB14,PB15,

0 commit comments

Comments
 (0)