Skip to content

Commit

Permalink
DynamixelAX12 device fix
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Dec 9, 2023
1 parent 60a779c commit a3b9237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/DynamixelAX12Ftdi/DynamixelAX12FtdiDriver.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class DynamixelAX12FtdiDriver :
@param config Config file containing string pairs for parameters
@return true on success
*/
bool configure(yarp::os::Searchable& config) override;
bool configure(yarp::os::Searchable& config);

/** Send instruction to device
Send an instruction to a device of given ID. The instruction has to be a byte arry containing
Expand Down

0 comments on commit a3b9237

Please sign in to comment.