Skip to content

Commit

Permalink
Dev comment for maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-mp committed Nov 7, 2022
1 parent bb4f27a commit 4035ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ds5/ds5-auto-calibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ namespace librealsense
catch(...)
{
LOG_OCC_WARN("occ Save Statistics result failed");
std::this_thread::sleep_for(std::chrono::milliseconds(100));
std::this_thread::sleep_for(std::chrono::milliseconds(100)); // For the FW to recuperate
};
}
while(( ++iter < 3) && (!success));
Expand Down

0 comments on commit 4035ee7

Please sign in to comment.