mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
1d2ac15396
Doesn't work.
10 lines
180 B
Makefile
10 lines
180 B
Makefile
FEATURES_REQUIRED += periph_gpio_irq
|
|
|
|
ifneq (,$(filter cpu_core_atmega,$(FEATURES_USED)))
|
|
USEMODULE += atmega_pcint
|
|
else
|
|
USEMODULE += cpp11-compat
|
|
endif
|
|
|
|
USEPKG += arduino_api
|