Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jsphuebner/libopeninv
Browse files Browse the repository at this point in the history
  • Loading branch information
jsphuebner committed Feb 12, 2025
2 parents b586f35 + d3d67d2 commit dbf2704
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 dbf2704

Please sign in to comment.