Skip to content

Commit

Permalink
Remove unused struct for fault messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussi66 committed Dec 7, 2021
1 parent b365fb8 commit 4deb328
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions eth/embobj/plus/comm-v2/icub/EoMotionControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,18 +222,6 @@ typedef enum
eomc_calibration_typeUndefined = 255 // cannot change
} eOmc_calibration_type_t;


/** @typedef typedef enum eOmc_faultmode_t
@brief contains the possible fault modes for a joint.
**/
typedef enum
{
eomc_fault_none = 0,
eomc_fault_first = 1,
eomc_fault_last = 2
} eOmc_faultmode_t;
enum { eomc_fault_numbersof = 3 };

// -- all the possible data service structures


Expand Down

0 comments on commit 4deb328

Please sign in to comment.