Skip to content

Commit

Permalink
Make SDO_INDEX_COMMANDS public
Browse files Browse the repository at this point in the history
  • Loading branch information
jsphuebner committed Feb 5, 2025
1 parent 083e910 commit d3d67d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions include/sdocommands.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#include "cansdo.h"
#include "canmap.h"

#define SDO_INDEX_COMMANDS 0x5002

class SdoCommands
{
public:
Expand Down
1 change: 0 additions & 1 deletion src/sdocommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

#define SDO_INDEX_SERIAL 0x5000
#define SDO_INDEX_STRINGS 0x5001
#define SDO_INDEX_COMMANDS 0x5002
#define SDO_CMD_SAVE 0
#define SDO_CMD_LOAD 1
#define SDO_CMD_RESET 2
Expand Down

0 comments on commit d3d67d2

Please sign in to comment.