mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00: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:
parent
c0cafab1a7
commit
8b43f9f9ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue