Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
leskowicz committed Oct 26, 2024
1 parent 3f6d959 commit 5648fff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/point_one/fusion_engine/messages/uart_to_st5635.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ namespace messages {
* @ingroup device_control
*/
struct P1_ALIGNAS(4) ST5635CommandResponse : public MessagePayload {
static constexpr MessageType MESSAGE_TYPE = MessageType::ST5635_COMMAND_RESPONSE;
static constexpr MessageType MESSAGE_TYPE =
MessageType::ST5635_COMMAND_RESPONSE;
static constexpr uint8_t MESSAGE_VERSION = 0;

int64_t system_time_ns = 0;
Expand Down

0 comments on commit 5648fff

Please sign in to comment.