mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7 lines
219 B
Makefile
7 lines
219 B
Makefile
|
include $(RIOTCPU)/atmega_common/Makefile.features
|
||
|
# common feature are defined in atmega_common/Makefile.features
|
||
|
# Only add Additional features
|
||
|
|
||
|
# additional PCINT for atmega128rfa1
|
||
|
FEATURES_PROVIDED += atmega_pcint1
|