summaryrefslogtreecommitdiff
path: root/FreeRTOS-Labs/Demo/Common/Demo_IP_Protocols/include/NTPDemo.h
blob: e75fb76aa7aa36fb36fb999bfab872580786ae1a (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * A simple demo for NTP using FreeRTOS+TCP
 */

#ifndef NTPDEMO_H

#define NTPDEMO_H

void vStartNTPTask( uint16_t usTaskStackSize, UBaseType_t uxTaskPriority );

#endif