Skip to content
Merged
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: 3 additions & 1 deletion src/sdocommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
#define SDO_CMD_LOAD 1
#define SDO_CMD_RESET 2
#define SDO_CMD_DEFAULTS 3
#define SDO_CMD_CLEAR_CAN 4
#define SDO_CMD_START 4
#define SDO_CMD_STOP 5
#define SDO_CMD_CLEAR_CAN 6

bool SdoCommands::saveEnabled = true;
CanMap* SdoCommands::canMap;
Expand Down
Loading