Skip to content

Commit

Permalink
Alter comment
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjohnson committed Jan 6, 2025
1 parent 862657c commit 3b839fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InertialSense.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ InertialSense::InertialSense(
m_clientStream = NULLPTR;
m_clientBufferBytesToSend = 0;
m_clientServerByteCount = 0;
m_disableBroadcastsOnClose = false; // For Intellian
m_disableBroadcastsOnClose = false; // For Intel.

for(int i=0; i<int(sizeof(m_comManagerState.binaryCallback)/sizeof(pfnHandleBinaryData)); i++)
{
Expand Down

0 comments on commit 3b839fb

Please sign in to comment.