mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 06:55:13 +00:00
drivers/sensors: Waiting time optimized.
wait proxy timeout changed to 1 second. Signed-off-by: likun17 <likun17@xiaomi.com>
This commit is contained in:
parent
19b3d66759
commit
d9aaaaf1c7
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
#define SENSOR_RPMSG_PUBLISH 6
|
||||
#define SENSOR_RPMSG_IOCTL 7
|
||||
#define SENSOR_RPMSG_IOCTL_ACK 8
|
||||
#define SENSOR_RPMSG_IOCTL_TIMEOUT 5
|
||||
#define SENSOR_RPMSG_IOCTL_TIMEOUT 1
|
||||
|
||||
#define SENSOR_RPMSG_FUNCTION(name, cmd, arg1, arg2, size, wait, type) \
|
||||
static int sensor_rpmsg_##name(FAR struct sensor_lowerhalf_s *lower, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue