diff -r ef907b0b5125 -r 4d179b06dd3c master/pdo_entry.h --- a/master/pdo_entry.h Mon Jan 26 11:16:10 2009 +0000 +++ b/master/pdo_entry.h Mon Jan 26 11:45:30 2009 +0000 @@ -40,12 +40,12 @@ /*****************************************************************************/ -/** Pdo entry description. +/** PDO entry description. */ typedef struct { struct list_head list; /**< list item */ - uint16_t index; /**< Pdo entry index */ - uint8_t subindex; /**< Pdo entry subindex */ + uint16_t index; /**< PDO entry index */ + uint8_t subindex; /**< PDO entry subindex */ char *name; /**< entry name */ uint8_t bit_length; /**< entry length in bit */ } ec_pdo_entry_t;