Skip to content

Commit 74f6637

Browse files
committed
comment out for fixed build error
1 parent 2143d05 commit 74f6637

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=Dynamixel2Arduino
2-
version=0.7.0
2+
version=0.8.0
33
author=ROBOTIS
44
license=Apache-2.0
5-
maintainer=HongHyun Kim(khh@robotis.com)
5+
maintainer=Sookyung Son(sukaa@robotis.com)
66
sentence=DYNAMIXEL protocol Library for Arduino
77
paragraph=This library helps the Arduino boards to communicate with DYNAMIXEL protocol.
88
category=Communication

src/dxl_c/protocol.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ struct InfoBulkWriteInst_t {
9999

100100
}
101101

102-
using namespace DYNAMIXEL;
102+
//using namespace DYNAMIXEL; //comment out for fixed build error
103103

104104
#ifdef __cplusplus
105105
extern "C" {

0 commit comments

Comments
 (0)