Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Jul 11, 2024
1 parent 5de739e commit b0ed8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/can/core/messages.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,7 @@ struct AddSensorMoveRequest : BaseMessage<MessageId::add_sensor_move_request> {
.request_stop_condition = request_stop_condition,
.sensor_id = static_cast<can::ids::SensorId>(sensor_id),
.sensor_type = static_cast<can::ids::SensorType>(sensor_type),
.binding_flags=binding_flags,
.binding_flags = binding_flags,
};
}

Expand Down

0 comments on commit b0ed8bc

Please sign in to comment.