Skip to content

Commit

Permalink
fixup! cpu/msp430/f2xx: clean up periph_uart,periph_spi
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Feb 13, 2024
1 parent 0a393d5 commit 382cdee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpu/msp430/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CPU_CORE = msp430

ifneq (,$(filter msp430f2% msp430g2%,$(CPU_MODEL)))
CPU_FAM := msp430_f2xx_g2xx
FEATURES_PROVIDED += periph_spi_reconfigure
endif

ifneq (,$(filter msp430f1%,$(CPU_MODEL)))
Expand Down

0 comments on commit 382cdee

Please sign in to comment.