Zou XiKun
/
left_over
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
684612cb2aa5cd92f9b8ec463420aac70a64081f
Authored by
Zou XiKun
2020-09-27 10:50:41 +0800
1 parent
7ba45ddc
授权到2021年12月31日
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/left_over/ms_region_surveilance.cpp
src/left_over/ms_region_surveilance.cpp
View file @
684612c
...
...
@@ -67,7 +67,7 @@ int rs_init(void **handle, rs_param param)
67
67
if (SUCCESS == (ret = sy_licence(productSN, &wtime)))
68
68
#endif
69
69
#else
70
- ret = sy_time_check(202
1
, 1);
70
+ ret = sy_time_check(202
2
, 1);
71
71
if (ret == SUCCESS)
72
72
#endif
73
73
{
...
...