Skip to content

Commit

Permalink
Fix command names in reference
Browse files Browse the repository at this point in the history
  • Loading branch information
leskowicz committed Oct 24, 2024
1 parent d5d9e12 commit 7d87951
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 @@ -86,7 +86,7 @@ enum class MessageType : uint16_t {
FAULT_CONTROL = 13006, ///< @ref FaultControlMessage
DEVICE_ID = 13007, ///< @ref DeviceIDMessage
STARTUP_REQUEST = 13008, ///< @ref StartupRequest
SPI_CMD = 13009, ///< @ref SpiCommand
SPI_CMD = 13009, ///< @ref SpiCmd
SPI_CMD_RESPONSE = 13010, ///< @ref SpiCmdResponse
SPI_LBAND_PACKET = 13011, ///< @ref SpiLbandPacket

Expand Down

0 comments on commit 7d87951

Please sign in to comment.