1
0
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:
J. David Ibáñez 2021-11-03 17:15:54 +01:00
parent 3e73c5f6e3
commit 1d2ac15396
2 changed files with 2 additions and 4 deletions

View File

@ -2,6 +2,8 @@ FEATURES_REQUIRED += periph_gpio_irq
ifneq (,$(filter cpu_core_atmega,$(FEATURES_USED)))
USEMODULE += atmega_pcint
else
USEMODULE += cpp11-compat
endif
USEPKG += arduino_api

View File

@ -1,9 +1,5 @@
include ../Makefile.tests_common
ifneq (,$(filter remote-revb,$(BOARD)))
USEMODULE += cpp11-compat
endif
USEPKG += arduino_sdi_12
BOARD_WHITELIST := \