Added +TCP code to main repo.

This commit is contained in:
Richard Barry 2017-08-17 12:18:14 +00:00
parent 037abdddf2
commit 77e95538dc
114 changed files with 46629 additions and 446 deletions

View file

@ -0,0 +1,11 @@
/*
* A simple demo for NTP using FreeRTOS+TCP
*/
#ifndef NTPDEMO_H
#define NTPDEMO_H
void vStartNTPTask( uint16_t usTaskStackSize, UBaseType_t uxTaskPriority );
#endif