Skip to content

Commit b3ce86f

Browse files
committed
update the sensors list with the hall sensor dev
1 parent 2e73460 commit b3ce86f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/drivers/drv_sensor.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@
177177
#define DRV_DIST_DEVTYPE_SIM 0x9a
178178
#define DRV_DIST_DEVTYPE_SRF05 0x9b
179179

180+
#define DRV_HALL_DEVTYPE_SI7210 0x9c
181+
180182
#define DRV_DEVTYPE_UNUSED 0xff
181183

182184
#endif /* _DRV_SENSOR_H */

0 commit comments

Comments
 (0)