diff --git a/include/time_shield/ntp_time_service.hpp b/include/time_shield/ntp_time_service.hpp index e4b679e..5784345 100644 --- a/include/time_shield/ntp_time_service.hpp +++ b/include/time_shield/ntp_time_service.hpp @@ -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 @@ -542,7 +542,7 @@ namespace time_shield { inline NtpTimeServiceT NtpTimeServiceT::m_instance{}; #endif -#ifndef _TIME_SHIELD_CPP17 +#ifndef TIME_SHIELD_CPP17 namespace detail { #if defined(TIME_SHIELD_NTP_TIME_SERVICE_DEFINE) NtpTimeServiceT g_ntp_time_service;