mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-08-18 01:18:36 +08:00
coreSNTP Demo: Update file headers
This commit is contained in:
committed by
Paul Bartell
parent
a977a8bca0
commit
4391920cdc
@@ -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
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -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
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 )
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user