mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/msp30: use common/msb-430/Makefile.features
Use the common `msb-430/Makefile.features` instead of duplicating the `cpu` include.
This commit is contained in:
parent
38e0ce3d54
commit
6be662a48b
@ -6,4 +6,4 @@ FEATURES_PROVIDED += periph_uart
|
||||
|
||||
# Various other features (if any)
|
||||
|
||||
include $(RIOTCPU)/msp430fxyz/Makefile.features
|
||||
include $(RIOTBOARD)/common/msb-430/Makefile.features
|
||||
|
@ -4,4 +4,4 @@ FEATURES_PROVIDED += periph_spi
|
||||
FEATURES_PROVIDED += periph_timer
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
|
||||
include $(RIOTCPU)/msp430fxyz/Makefile.features
|
||||
include $(RIOTBOARD)/common/msb-430/Makefile.features
|
||||
|
Loading…
Reference in New Issue
Block a user