testing/sensortest: Update device path
Device paths are now named `/dev/sensor/sensor_...`: 3fdd036ba6/drivers/sensors/sensor.c (L49)
This commit is contained in:
parent
c0cafab1a7
commit
8b43f9f9ca
@ -37,7 +37,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#define ARRAYSIZE(a) (sizeof(a) / sizeof(a)[0])
|
||||
#define DEVNAME_FMT "/dev/sensor/%s"
|
||||
#define DEVNAME_FMT "/dev/sensor/sensor_%s"
|
||||
#define DEVNAME_MAX 64
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user