drivers/sensors: fix minor issue about sensor driver
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This commit is contained in:
parent
7a8d58bf1b
commit
d72d9049e9
|
@ -952,6 +952,7 @@ static int sensor_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
|
|||
user->event = 0;
|
||||
nxrmutex_unlock(&upper->lock);
|
||||
}
|
||||
break;
|
||||
|
||||
case SNIOC_FLUSH:
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue