Skip to content

Commit 8832d60

Browse files
committed
- fixed an issue loading the wrong library (in x86)
1 parent 41d6dfe commit 8832d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/dynamixel_functions_java/x86/Dynamixel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ interface LibFunction extends Library
167167

168168
public class Dynamixel
169169
{
170-
LibFunction libFunction = (LibFunction)Native.loadLibrary("dxl_x64_c", LibFunction.class);
170+
LibFunction libFunction = (LibFunction)Native.loadLibrary("dxl_x86_c", LibFunction.class);
171171

172172
// PortHandler functions
173173
public int portHandler(String str)

0 commit comments

Comments
 (0)