From 65dc202356cc9fa8e63d85d2c0e2173771371e54 Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Tue, 4 Mar 2014 22:57:51 +0900 Subject: [PATCH] settings.h for Harmony --- cyassl/ctaocrypt/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyassl/ctaocrypt/settings.h b/cyassl/ctaocrypt/settings.h index 31a596df3..ed6a4eb3e 100644 --- a/cyassl/ctaocrypt/settings.h +++ b/cyassl/ctaocrypt/settings.h @@ -148,10 +148,10 @@ #ifdef MICROCHIP_TCPIP /* include timer, NTP functions */ - #include "system/system_services.h" #ifdef MICROCHIP_MPLAB_HARMONY #include "tcpip/tcpip.h" #else + #include "system/system_services.h" #include "tcpip/sntp.h" #endif #endif