Merge branch 'master' of 192.168.1.30:git/CANopenNode
This commit is contained in:
commit
76b79a1a41
1 changed files with 1 additions and 0 deletions
|
|
@ -245,6 +245,7 @@ typedef struct{
|
|||
*/
|
||||
typedef struct{
|
||||
uint32_t ident; /**< CAN identifier as aligned in CAN module */
|
||||
uint8_t DLC ; /**< Length of CAN message. (DLC may also be part of ident) */
|
||||
uint8_t data[8]; /**< 8 data bytes */
|
||||
volatile bool_t bufferFull; /**< True if previous message is still in buffer */
|
||||
/** Synchronous PDO messages has this flag set. It prevents them to be sent outside the synchronous window */
|
||||
|
|
|
|||
Loading…
Reference in a new issue