1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:29:46 +01:00

pkg/arduino_adafruit_sensor: fix dependencies

This fixes the dependencies of the `arduino_adafruit_sensor` package,
which previously relied on the `arduino` feature. This feature no longer
exists, as it was split into more fine granular features. However, the
module should never have used that feature directly in the first place,
but rather just use the arduino module. This in turn depends on the
correct features.
This commit is contained in:
Marian Buschsieweke 2023-07-20 09:56:24 +02:00
parent b39d3a44d4
commit acc1203606
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -1,4 +1,3 @@
FEATURES_REQUIRED += arduino
FEATURES_REQUIRED += cpp
USEMODULE += arduino