Skip to content

Commit 2de2beb

Browse files
committed
fix error
1 parent 278dcfa commit 2de2beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c++/include/dynamixel_sdk/protocol2_packet_handler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class WINDECLSPEC Protocol2PacketHandler : public PacketHandler
210210
/// @param error DYNAMIXEL hardware error
211211
/// @return communication results which come from PacketHandler::txRxPacket()
212212
////////////////////////////////////////////////////////////////////////////////
213-
int clearError (PortHandler *port, uint8_t id, uint8_t *error = 0) = 0;
213+
int clearError (PortHandler *port, uint8_t id, uint8_t *error = 0);
214214

215215
////////////////////////////////////////////////////////////////////////////////
216216
/// @brief The function that makes Dynamixel reset as it was produced in the factory

0 commit comments

Comments
 (0)