Skip to content

Commit

Permalink
AP_Mount: Fix brace enclosed initializer list
Browse files Browse the repository at this point in the history
  • Loading branch information
joshanne committed Sep 16, 2023
1 parent 6295016 commit 329f2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Mount/AP_Mount_Siyi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ void AP_Mount_Siyi::process_packet()
.minor = _msg_buff[_msg_buff_data_start+5], // firmware minor version
.patch = _msg_buff[_msg_buff_data_start+4], // firmware revision (aka patch)
},
.received = true,
.received = true
};

// display camera info to user
Expand Down

0 comments on commit 329f2c8

Please sign in to comment.