Skip to content

Commit

Permalink
code comment to match actual code (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
  • Loading branch information
rusefillc authored Jun 23, 2023
1 parent c60383a commit a46ce97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/config/boards/proteus/proteus-base.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 a46ce97

Please sign in to comment.