Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/time_shield/ntp_time_service.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ namespace time_shield {
};
#endif // _TIME_SHIELD_TEST_FAKE_NTP

#ifndef _TIME_SHIELD_CPP17
#ifndef TIME_SHIELD_CPP17
#if defined(TIME_SHIELD_TEST_FAKE_NTP)
using RunnerAlias = detail::FakeNtpRunner;
#else
Expand Down Expand Up @@ -542,7 +542,7 @@ namespace time_shield {
inline NtpTimeServiceT<RunnerT> NtpTimeServiceT<RunnerT>::m_instance{};
#endif

#ifndef _TIME_SHIELD_CPP17
#ifndef TIME_SHIELD_CPP17
namespace detail {
#if defined(TIME_SHIELD_NTP_TIME_SERVICE_DEFINE)
NtpTimeServiceT<RunnerAlias> g_ntp_time_service;
Expand Down