Skip to content

Commit

Permalink
Include STA5635 response in IsResponse().
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshapiro0 committed Oct 29, 2024
1 parent 858a363 commit 3d00602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/point_one/fusion_engine/messages/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ P1_CONSTEXPR_FUNC bool IsResponse(MessageType message_type) {
case MessageType::COMMAND_RESPONSE:
case MessageType::CONFIG_RESPONSE:
case MessageType::MESSAGE_RATE_RESPONSE:
case MessageType::STA5635_COMMAND_RESPONSE:
return true;
default:
return false;
Expand Down

0 comments on commit 3d00602

Please sign in to comment.