forked from xuos/xiuos
Update ps5308.c
This commit is contained in:
parent
d59acc2e03
commit
fb7a0478e5
|
@ -102,7 +102,7 @@ static int SensorDeviceOpen(struct SensorDevice *sdev)
|
||||||
cfg.port_configure = PORT_CFG_INIT;
|
cfg.port_configure = PORT_CFG_INIT;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//result = PrivIoctl(sdev->fd, OPE_INT, &cfg);
|
result = PrivIoctl(sdev->fd, OPE_INT, &cfg);
|
||||||
|
|
||||||
PrivTaskCreate(&active_task_id, NULL, &ReadTask, sdev);
|
PrivTaskCreate(&active_task_id, NULL, &ReadTask, sdev);
|
||||||
PrivTaskStartup(&active_task_id);
|
PrivTaskStartup(&active_task_id);
|
||||||
|
|
Loading…
Reference in New Issue