Compare commits

..

No commits in common. '6d84ed0ab785fa3dc8eeef8b8657a8469e7ddf18' and '8ddc778cc4efa33f38a35bbb1d2ecbcc1bff8b3a' have entirely different histories.

@ -256,7 +256,6 @@ typedef struct
PHOTO_DEF image; /* 临时存储图片数据*/
int64_t FirstCmdTimeCnt; /* 串口读取数据起始时间*/
PTZ_STATE ptz_state;
int sendptzstatecmd;
} SIO_PARAM_SERIAL_DEF;
//串口相关装置所有参数集中定义
@ -486,7 +485,6 @@ int GM_IsCloseCamera(SIO_PARAM_SERIAL_DEF *pPortParam);
int GM_CameraSerialTimer(SIO_PARAM_SERIAL_DEF *pPortParam);
int QueryPtzState(PTZ_STATE *ptz_state, int cmdidx, const char *serfile, unsigned int baud, int addr);
#endif // __SENSOR_PROTOCOL_H__

Loading…
Cancel
Save