mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 11:23:07 +08:00
testing/sensortest: Update device path
Device paths are now named `/dev/sensor/sensor_...`: 3fdd036ba6/drivers/sensors/sensor.c (L49)
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#define ARRAYSIZE(a) (sizeof(a) / sizeof(a)[0])
|
#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
|
#define DEVNAME_MAX 64
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
Reference in New Issue
Block a user