Skip to content

Commit

Permalink
Minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshapiro0 committed Oct 29, 2024
1 parent 89f6160 commit 23d762a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/point_one/fusion_engine/messages/sta5635.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace messages {
******************************************************************************/

/**
* @brief A command to be sent to an attached STA5635 front end. (@ref
* @brief A command to be sent to an attached STA5635 RF front-end. (@ref
* MessageType::STA5635_COMMAND, version 1.0).
* @ingroup sta5635
*
Expand All @@ -57,8 +57,8 @@ struct P1_ALIGNAS(4) STA5635Command : public MessagePayload {
};

/**
* @brief Result from a STA5635 sent in response to an @ref STA5635Command (@ref
* MessageType::STA5635_COMMAND_RESPONSE, version 1.0).
* @brief Result from an STA5635 sent in response to an @ref STA5635Command.
* (@ref MessageType::STA5635_COMMAND_RESPONSE, version 1.0).
* @ingroup sta5635
*/
struct P1_ALIGNAS(4) STA5635CommandResponse : public MessagePayload {
Expand Down

0 comments on commit 23d762a

Please sign in to comment.