Skip to content

Commit ff26c5c

Browse files
committed
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. (cherry picked from commit acc1203)
1 parent e3e09f0 commit ff26c5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
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)