Skip to content

Commit

Permalink
comment out for fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
sookyungson committed Feb 14, 2025
1 parent 2143d05 commit 74f6637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 74f6637

Please sign in to comment.