coreSNTP Demo: Update file headers

This commit is contained in:
Paul Bartell 2022-08-12 17:46:04 -07:00 committed by Paul Bartell
parent a977a8bca0
commit 4391920cdc
5 changed files with 9 additions and 7 deletions

View file

@ -20,7 +20,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* https://www.FreeRTOS.org * https://www.FreeRTOS.org
* https://aws.amazon.com/freertos * https://github.com/FreeRTOS
* *
*/ */

View file

@ -20,7 +20,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* https://www.FreeRTOS.org * https://www.FreeRTOS.org
* https://aws.amazon.com/freertos * https://github.com/FreeRTOS
* *
*/ */

View file

@ -20,7 +20,8 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* https://www.FreeRTOS.org * https://www.FreeRTOS.org
* https://aws.amazon.com/freertos * https://github.com/FreeRTOS
*
*/ */
#ifndef COMMON_DEMO_INCLUDE_H #ifndef COMMON_DEMO_INCLUDE_H
#define COMMON_DEMO_INCLUDE_H #define COMMON_DEMO_INCLUDE_H

View file

@ -20,7 +20,8 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* https://www.FreeRTOS.org * https://www.FreeRTOS.org
* https://aws.amazon.com/freertos * https://github.com/FreeRTOS
*
*/ */
#ifndef CORE_SNTP_CONFIG_H #ifndef CORE_SNTP_CONFIG_H
#define CORE_SNTP_CONFIG_H #define CORE_SNTP_CONFIG_H

View file

@ -20,7 +20,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* *
* https://www.FreeRTOS.org * 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 * @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. * than 15 seconds for responsible use of time servers by SNTP clients.
* *
* *
* #define democonfigSNTP_CLIENT_POLLING_INTERVAL_SECONDS ( 16 ) * #define democonfigSNTP_CLIENT_POLLING_INTERVAL_SECONDS ( 16 )
*/ */