Multiple frames (#8)

* Add fields to mmr header

* Reorder priority constants

* Add message priority

* Add header to message

* Fix compile error

* Set correct bits in header

* Refactor

* Create queue
This commit is contained in:
Stefano Calabretti
2022-01-25 18:12:33 +01:00
committed by GitHub
parent e7bb09478e
commit 174f5e8d76
6 changed files with 117 additions and 69 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ typedef struct {
* Represents a CAN message
*/
typedef struct {
CanId senderId;
MmrCanHeader header;
void *store;
} MmrCanMessage;