Skip to content

Commit

Permalink
service test adapted
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Dec 6, 2024
1 parent 7719e02 commit 611d901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecal/service/test/src/ecal_tcp_service_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ========================= eCAL LICENSE =================================
*
* Copyright (C) 2016 - 2019 Continental Corporation
* Copyright (C) 2016 - 2024 Continental Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -57,7 +57,7 @@ eCAL::service::LoggerT critical_logger(const std::string& node_name)
};
}

constexpr std::uint8_t min_protocol_version = 0;
constexpr std::uint8_t min_protocol_version = 1;
constexpr std::uint8_t max_protocol_version = 1;

#if 1
Expand Down

0 comments on commit 611d901

Please sign in to comment.