settings.h for Harmony

This commit is contained in:
Takashi Kojo
2014-03-04 22:57:51 +09:00
parent e5a51ca516
commit 65dc202356

View File

@ -148,10 +148,10 @@
#ifdef MICROCHIP_TCPIP #ifdef MICROCHIP_TCPIP
/* include timer, NTP functions */ /* include timer, NTP functions */
#include "system/system_services.h"
#ifdef MICROCHIP_MPLAB_HARMONY #ifdef MICROCHIP_MPLAB_HARMONY
#include "tcpip/tcpip.h" #include "tcpip/tcpip.h"
#else #else
#include "system/system_services.h"
#include "tcpip/sntp.h" #include "tcpip/sntp.h"
#endif #endif
#endif #endif