Update ps5308.c

This commit is contained in:
wgzAIIT
2021-12-28 19:29:52 +08:00
parent d59acc2e03
commit fb7a0478e5

View File

@@ -102,7 +102,7 @@ static int SensorDeviceOpen(struct SensorDevice *sdev)
cfg.port_configure = PORT_CFG_INIT;
#endif
//result = PrivIoctl(sdev->fd, OPE_INT, &cfg);
result = PrivIoctl(sdev->fd, OPE_INT, &cfg);
PrivTaskCreate(&active_task_id, NULL, &ReadTask, sdev);
PrivTaskStartup(&active_task_id);