Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19839: pkg/arduino_adafruit_sensor: fix dependencies r=maribu a=maribu ### 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]>
- Loading branch information