Skip to content

Commit ca4e4ec

Browse files
bors[bot]maribu
andauthored
Merge #19840
19840: pkg/arduino_adafruit_sensor: fix dependencies [backport 2023.07] r=benpicco a=maribu # Backport of #19839 ### Contribution description 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. ### Testing procedure `tests/arduino_adafruit_sensor` should again be supported by boards that have the features required by the `arduino` module. ### Issues/PRs references Fallout of #19759 Co-authored-by: Marian Buschsieweke <[email protected]>
2 parents e3e09f0 + ff26c5c commit ca4e4ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
FEATURES_REQUIRED += arduino
21
FEATURES_REQUIRED += cpp
32

43
USEMODULE += arduino

0 commit comments

Comments
 (0)