Skip to content

Commit

Permalink
Add sequence number to message
Browse files Browse the repository at this point in the history
  • Loading branch information
leskowicz committed Oct 26, 2024
1 parent 907f35e commit 1cef723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/point_one/fusion_engine/messages/st5635.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ struct P1_ALIGNAS(4) ST5635CommandResponse : public MessagePayload {
uint8_t data_1 = 0;
uint8_t data_2 = 0;
uint8_t data_3 = 0;
uint32_t sequence_number = 0;
};

/**
Expand All @@ -62,6 +63,7 @@ struct P1_ALIGNAS(4) ST5635Cmd : public MessagePayload {
uint8_t address = 0;
uint8_t val1 = 0;
uint8_t val2 = 0;
uint32_t sequence_number = 0;
};

/**
Expand Down

0 comments on commit 1cef723

Please sign in to comment.