Skip to content
Snippets Groups Projects
Commit 5af369ae authored by Leon Ryuwoon Jung's avatar Leon Ryuwoon Jung
Browse files

hotfix - return delay time is changed from 4 into 8 due to the Ubuntu update 16.04.2 kernel? issues

parent f3e170c0
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
#include "dynamixel_sdk_linux/port_handler_linux.h"
#define LATENCY_TIMER 4 // msec (USB latency timer)
#define LATENCY_TIMER 8 // msec (USB latency timer) [was changed from 4 due to the Ubuntu update 16.04.2]
using namespace dynamixel;
......
......@@ -43,7 +43,7 @@
#include "dynamixel_sdk_linux/port_handler_linux.h"
#define LATENCY_TIMER 4 // msec (USB latency timer)
#define LATENCY_TIMER 8 // msec (USB latency timer) [was changed from 4 due to the Ubuntu update 16.04.2]
typedef struct
{
......
......@@ -42,7 +42,7 @@
#include "dynamixel_sdk/port_handler_linux.h"
#define LATENCY_TIMER 4 // msec (USB latency timer)
#define LATENCY_TIMER 8 // msec (USB latency timer) [was changed from 4 due to the Ubuntu update 16.04.2]
using namespace dynamixel;
......
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