Rename the sdk_prototypes header to sdk_private

This commit is contained in:
Angus Gratton 2015-06-02 15:20:19 +10:00
parent 1292829a07
commit 70cec6c3b7
6 changed files with 18 additions and 18 deletions

View file

@ -5,6 +5,7 @@
* This sample code is in the public domain.,
*/
#include "espressif/esp_common.h"
#include "espressif/sdk_private.h"
#include "FreeRTOS.h"
#include "task.h"
@ -15,8 +16,6 @@
#include "lwip/netdb.h"
#include "lwip/dns.h"
#include "espressif/sdk_prototypes.h"
#define WEB_SERVER "chainxor.org"
#define WEB_PORT 80
#define WEB_URL "http://chainxor.org/"