File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -976,7 +976,8 @@ DxlError Dynamixel::GetDxlValueFromSyncRead(double period_ms)
976
976
fprintf (stderr, " FastSyncRead TxRx failed (attempt %d/10)\n " , fast_read_fail_count_);
977
977
if (fast_read_fail_count_ >= 10 ) {
978
978
// Permanently switch to normal sync read
979
- fprintf (stderr, " FastSyncRead failed 10 times, switching to normal SyncRead "
979
+ fprintf (
980
+ stderr, " FastSyncRead failed 10 times, switching to normal SyncRead "
980
981
" permanently.\n " );
981
982
use_fast_read_protocol_ = false ;
982
983
// Set up normal sync read handler
@@ -1295,7 +1296,8 @@ DxlError Dynamixel::GetDxlValueFromBulkRead(double period_ms)
1295
1296
group_fast_bulk_read_ = nullptr ;
1296
1297
}
1297
1298
// Permanently switch to normal bulk read
1298
- fprintf (stderr,
1299
+ fprintf (
1300
+ stderr,
1299
1301
" FastBulkRead failed 10 times, switching to normal BulkRead permanently.\n " );
1300
1302
use_fast_read_protocol_ = false ;
1301
1303
// Set up normal bulk read handler
You can’t perform that action at this time.
0 commit comments