Skip to content

Commit

Permalink
Clang formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wbrannon committed Sep 26, 2024
1 parent 214d3e3 commit b505171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/point_one/fusion_engine/messages/control.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ struct P1_ALIGNAS(4) ResetRequest : public MessagePayload {
static constexpr uint32_t RESTART_NAVIGATION_ENGINE = 0x00000001;
/** Delete all GNSS corrections information. */
static constexpr uint32_t RESET_GNSS_CORRECTIONS = 0x00000002;
/** Delete all GNSS time information. */
/** Delete all GNSS time information. */
static constexpr uint32_t RESET_GNSS_TIME = 0x00000004;
/** @} */

Expand Down

0 comments on commit b505171

Please sign in to comment.