Skip to content
Snippets Groups Projects
Commit 367c510a authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added the check of the stop_flag in the dynamixel manager main loop.

parent 0fe60d7f
No related branches found
No related tags found
No related merge requests found
......@@ -1253,7 +1253,7 @@ void dyn_manager_loop(TDynManager *manager)
break;
}
}
}while(loop_done>0);
}while(loop_done>0 && manager->stop_flag==0x00);
// execute the pre_process functions for all modules
for(i=0;i<manager->num_modules;i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment