logger and uORBTest_UnitTest astyle

This commit is contained in:
Daniel Agar
2016-05-05 10:17:40 -04:00
committed by Lorenz Meier
parent 1edf03767a
commit 3de7fbb0a9
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -504,7 +504,7 @@ void Logger::run()
*/
for (uint8_t instance = 0; instance < ORB_MULTI_MAX_INSTANCES; instance++) {
if (copy_if_updated_multi(sub.metadata, instance, &sub.fd[instance], buffer + sizeof(message_data_header_s),
&sub.time_tried_subscribe)) {
&sub.time_tried_subscribe)) {
message_data_header_s *header = reinterpret_cast<message_data_header_s *>(buffer);
header->msg_type = static_cast<uint8_t>(MessageType::DATA);