Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukes3315 committed Nov 7, 2023
1 parent f3c56e7 commit 54f881c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/point_one/fusion_engine/messages/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ enum class MessageType : uint16_t {
RAW_HEADING_OUTPUT = 11001, ///< @ref RawHeadingOutput
RAW_IMU_OUTPUT = 11002, ///< @ref RawIMUOutput
HEADING_OUTPUT = 11003, ///< @ref HeadingOutput
IMU_INPUT = 11004, ///< @ref ImuInput
IMU_INPUT = 11004, ///< @ref IMUInput

// Vehicle measurement messages.
DEPRECATED_WHEEL_SPEED_MEASUREMENT =
Expand Down

0 comments on commit 54f881c

Please sign in to comment.