Skip to content

Commit

Permalink
Renamed command sequence number.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshapiro0 committed Oct 29, 2024
1 parent 23d762a commit 087f587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/point_one/fusion_engine/messages/sta5635.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ struct P1_ALIGNAS(4) STA5635CommandResponse : public MessagePayload {
* The sequence number contained in the @ref STA5635Command to which this
* response belongs.
*/
uint32_t sequence_number = 0;
uint32_t command_sequence_number = 0;
/**
* The response from the device, where `data[0]` contains the first byte in
* the response.
Expand Down

0 comments on commit 087f587

Please sign in to comment.