Skip to content

Commit

Permalink
sn32: sn32f260: don't build UART
Browse files Browse the repository at this point in the history
The peripheral is not present at all on this chip
  • Loading branch information
dexter93 committed Jun 10, 2024
1 parent a377b21 commit 1496db3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion os/hal/ports/SN32/SN32F260/platform.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ include ${CHIBIOS_CONTRIB}/os/hal/ports/SN32/LLD/SN32F2xx/SysTick/driver.mk
include ${CHIBIOS_CONTRIB}/os/hal/ports/SN32/LLD/SN32F2xx/SPI/driver.mk
include ${CHIBIOS_CONTRIB}/os/hal/ports/SN32/LLD/SN32F2xx/I2C/driver.mk
include ${CHIBIOS_CONTRIB}/os/hal/ports/SN32/LLD/SN32F2xx/WDT/driver.mk
include ${CHIBIOS_CONTRIB}/os/hal/ports/SN32/LLD/SN32F2xx/UART/driver.mk

# Shared variables
ALLCSRC += $(PLATFORMSRC_CONTRIB)
Expand Down

0 comments on commit 1496db3

Please sign in to comment.