Skip to content

Commit

Permalink
pkg/arduino_adafruit_sensor: fix dependencies
Browse files Browse the repository at this point in the history
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.

(cherry picked from commit acc1203)
  • Loading branch information
maribu committed Jul 20, 2023
1 parent e3e09f0 commit ff26c5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/arduino_adafruit_sensor/Makefile.dep
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FEATURES_REQUIRED += arduino
FEATURES_REQUIRED += cpp

USEMODULE += arduino

0 comments on commit ff26c5c

Please sign in to comment.