More send related bugfixes

This commit is contained in:
Allen Hill
2023-09-14 19:52:11 -04:00
parent 1cafed82d0
commit ff55d7e671
2 changed files with 50 additions and 35 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ typedef struct AVCLAN_KnownMessage_struct {
typedef struct AVCLAN_frame_struct {
uint8_t valid;
MSG_TYPE_t broadcast;
MSG_TYPE_t broadcast; // 0 for broadcast messages
uint16_t controller_addr; // formerly "master"
uint16_t peripheral_addr; // formerly "slave"
uint8_t control;