mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/arduino_sdi_12: cpp11-compat for all but atmega
Doesn't work.
This commit is contained in:
parent
3e73c5f6e3
commit
1d2ac15396
@ -2,6 +2,8 @@ FEATURES_REQUIRED += periph_gpio_irq
|
|||||||
|
|
||||||
ifneq (,$(filter cpu_core_atmega,$(FEATURES_USED)))
|
ifneq (,$(filter cpu_core_atmega,$(FEATURES_USED)))
|
||||||
USEMODULE += atmega_pcint
|
USEMODULE += atmega_pcint
|
||||||
|
else
|
||||||
|
USEMODULE += cpp11-compat
|
||||||
endif
|
endif
|
||||||
|
|
||||||
USEPKG += arduino_api
|
USEPKG += arduino_api
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
ifneq (,$(filter remote-revb,$(BOARD)))
|
|
||||||
USEMODULE += cpp11-compat
|
|
||||||
endif
|
|
||||||
|
|
||||||
USEPKG += arduino_sdi_12
|
USEPKG += arduino_sdi_12
|
||||||
|
|
||||||
BOARD_WHITELIST := \
|
BOARD_WHITELIST := \
|
||||||
|
Loading…
Reference in New Issue
Block a user