Update README.md

This commit is contained in:
Dmitry
2016-01-06 20:50:35 +03:00
parent c674e46f70
commit ae6c70aa1a
+1 -1
View File
@@ -66,7 +66,7 @@ Library uses Linux-like structure to store can frames;
struct can_frame {
uint32_t can_id; /* 32 bit CAN_ID + EFF/RTR/ERR flags */
uint8_t can_dlc;
uint8_t data[8]
uint8_t data[8];
};
```
For additional information see [SocketCAN](https://www.kernel.org/doc/Documentation/networking/can.txt)