mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #1675 from openmv/hm0360_osc_ioctl
sensors/HM0360: Ignore OSC_ENABLE ioctl.
This commit is contained in:
commit
88f7687935
@ -685,7 +685,6 @@ static int ioctl(sensor_t *sensor, int request, va_list ap)
|
|||||||
|
|
||||||
switch (request) {
|
switch (request) {
|
||||||
case IOCTL_HIMAX_OSC_ENABLE: {
|
case IOCTL_HIMAX_OSC_ENABLE: {
|
||||||
ret = -1;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user