Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/point_one/fusion_engine/messages/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,8 @@ struct P1_ALIGNAS(4) GetConfigMessage : public MessagePayload {

/**
* When @ref config_type is @ref ConfigType::INTERFACE_CONFIG, a @ref
* InterfaceConfigSubmessage must be added to the end of this message with
* empty @ref InterfaceConfigSubmessage::config_data.
* InterfaceConfigSubmessage must be added to the end of this message
* specifying the interface and parameter to be queried.
*/
//uint8_t optional_submessage_header[0];
};
Expand Down
Loading