Skip to content
Closed

0.8.0 #141

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name=Dynamixel2Arduino
version=0.7.0
version=0.8.0
author=ROBOTIS
license=Apache-2.0
maintainer=HongHyun Kim(khh@robotis.com)
maintainer=Sookyung Son(sukaa@robotis.com)
sentence=DYNAMIXEL protocol Library for Arduino
paragraph=This library helps the Arduino boards to communicate with DYNAMIXEL protocol.
category=Communication
Expand Down
2 changes: 1 addition & 1 deletion src/dxl_c/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ struct InfoBulkWriteInst_t {

}

using namespace DYNAMIXEL;
//using namespace DYNAMIXEL; //comment out for fixed build error

#ifdef __cplusplus
extern "C" {
Expand Down
Loading