Skip to content

Commit 616780b

Browse files
nashifkartben
authored andcommitted
samples: sensors: lis2dh: fix filtering
Sample was not hitting any filters, make it build and fix filters. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent b23d1c2 commit 616780b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samples/sensor/lis2dh/sample.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ sample:
22
name: LIS2DH Accelerometer Monitor
33
tests:
44
sample.sensor.lis2dh:
5+
filter: dt_compat_enabled("st,lis2dh")
56
harness: sensor
67
tags:
78
- samples
89
- sensor
910
depends_on:
1011
- i2c
11-
- lis2dh
12+
integration_platforms:
13+
- sparkfun_thing_plus/nrf9160

0 commit comments

Comments
 (0)