1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Clean up ets_printf declarations

This commit is contained in:
Ivan Grokhotkov
2014-12-18 18:45:22 +03:00
parent 64dabb53f5
commit 77af5da58f
6 changed files with 9 additions and 5 deletions

View File

@ -34,7 +34,6 @@ extern "C" {
extern "C" void esp_schedule();
extern "C" void esp_yield();
ESP8266WiFiClass::ESP8266WiFiClass()
{

View File

@ -22,6 +22,8 @@
extern "C"
{
#include "include/wl_definitions.h"
#include "osapi.h"
#include "ets_sys.h"
}
#include "debug.h"

View File

@ -19,6 +19,11 @@
#define LWIP_INTERNAL
extern "C" {
#include "osapi.h"
#include "ets_sys.h"
}
#include "debug.h"
#include "ESP8266WiFi.h"
#include "WiFiClient.h"