FreeRTOS-RISCV/FreeRTOSv10.2.1/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/include/NTPDemo.h

11 lines
183 B
C
Raw Permalink Normal View History

2019-06-28 23:08:36 +02:00
/*
* A simple demo for NTP using FreeRTOS+TCP
*/
#ifndef NTPDEMO_H
#define NTPDEMO_H
void vStartNTPTask( uint16_t usTaskStackSize, UBaseType_t uxTaskPriority );
#endif