Skip to content

Commit

Permalink
typos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Feb 20, 2024
1 parent 2faab76 commit 9e680a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ds/d500/hw_monitor_extended_buffers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ namespace librealsense

if (recv_msg_length > HW_MONITOR_BUFFER_SIZE)
{
// currently we assume HKR send only the table size when sending 0/0 chanks command above.
// in the future the FW should send chunk 1 in 0/0 command and than we can use it here.
// currently we assume HKR sends only the table size when sending 0/0 chunks command above.
// in the future the FW should send chunk 1 in 0/0 command and then we can use it here.
// meaning remove the 'clear' and start the loop from 1

recv_msg.clear();
Expand Down

0 comments on commit 9e680a4

Please sign in to comment.