Skip to content

Commit

Permalink
code comment to match actual code
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc authored and rusefillc committed Jun 21, 2023
1 parent a7ed0ff commit 0275b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/config/boards/proteus/board.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ifneq ($(PROJECT_CPU),ARCH_STM32H7)
DDEFS += -DEFI_SOFTWARE_KNOCK=TRUE
endif

# disable hardware serial ports on H7
# serial ports only on F4
ifeq ($(PROJECT_CPU),ARCH_STM32F4)
# Hardware serial port on UART 2 -> PD5/PD6
DDEFS += -DSTM32_UART_USE_USART2=TRUE
Expand Down

0 comments on commit 0275b27

Please sign in to comment.