From 4391920cdc79c131a90b46b285c7450af7dad267 Mon Sep 17 00:00:00 2001 From: Paul Bartell Date: Fri, 12 Aug 2022 17:46:04 -0700 Subject: [PATCH] coreSNTP Demo: Update file headers --- .../Demo/coreSNTP_Windows_Simulator/FreeRTOSConfig.h | 2 +- .../Demo/coreSNTP_Windows_Simulator/FreeRTOSIPConfig.h | 2 +- .../Demo/coreSNTP_Windows_Simulator/common_demo_include.h | 3 ++- .../Demo/coreSNTP_Windows_Simulator/core_sntp_config.h | 3 ++- FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/demo_config.h | 6 +++--- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/FreeRTOSConfig.h index 5b86db4f8..05232f894 100644 --- a/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/FreeRTOSConfig.h +++ b/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/FreeRTOSConfig.h @@ -20,7 +20,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * https://www.FreeRTOS.org - * https://aws.amazon.com/freertos + * https://github.com/FreeRTOS * */ diff --git a/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/FreeRTOSIPConfig.h b/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/FreeRTOSIPConfig.h index 60bb7db40..f3a7ff2d2 100644 --- a/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/FreeRTOSIPConfig.h +++ b/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/FreeRTOSIPConfig.h @@ -20,7 +20,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * https://www.FreeRTOS.org - * https://aws.amazon.com/freertos + * https://github.com/FreeRTOS * */ diff --git a/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/common_demo_include.h b/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/common_demo_include.h index c714a539d..6308fa13d 100644 --- a/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/common_demo_include.h +++ b/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/common_demo_include.h @@ -20,7 +20,8 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * https://www.FreeRTOS.org - * https://aws.amazon.com/freertos + * https://github.com/FreeRTOS + * */ #ifndef COMMON_DEMO_INCLUDE_H #define COMMON_DEMO_INCLUDE_H diff --git a/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/core_sntp_config.h b/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/core_sntp_config.h index 91e5152e8..8db1c9653 100644 --- a/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/core_sntp_config.h +++ b/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/core_sntp_config.h @@ -20,7 +20,8 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * https://www.FreeRTOS.org - * https://aws.amazon.com/freertos + * https://github.com/FreeRTOS + * */ #ifndef CORE_SNTP_CONFIG_H #define CORE_SNTP_CONFIG_H diff --git a/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/demo_config.h b/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/demo_config.h index 39d646e1f..4adec5fc4 100644 --- a/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/demo_config.h +++ b/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/demo_config.h @@ -20,7 +20,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * https://www.FreeRTOS.org - * https://aws.amazon.com/freertos + * https://github.com/FreeRTOS * */ @@ -72,8 +72,8 @@ extern void vLoggingPrintf( const char * pcFormatString, * * @note According to the SNTPv4 specification, the polling interval MUST NOT be less * than 15 seconds for responsible use of time servers by SNTP clients. - * - * + * + * * #define democonfigSNTP_CLIENT_POLLING_INTERVAL_SECONDS ( 16 ) */