We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d6dfe commit 8832d60Copy full SHA for 8832d60
java/dynamixel_functions_java/x86/Dynamixel.java
@@ -167,7 +167,7 @@ interface LibFunction extends Library
167
168
public class Dynamixel
169
{
170
- LibFunction libFunction = (LibFunction)Native.loadLibrary("dxl_x64_c", LibFunction.class);
+ LibFunction libFunction = (LibFunction)Native.loadLibrary("dxl_x86_c", LibFunction.class);
171
172
// PortHandler functions
173
public int portHandler(String str)
0 commit comments