1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-02 14:22:55 +03:00

Merge pull request #1320 from alltheblinkythings/SerialInterframeFixes

Fixes for poor HardwareSerial performance/crashes exacerbated by SDK1.5
This commit is contained in:
Ivan Grokhotkov
2016-01-04 21:26:59 +08:00
8 changed files with 131 additions and 73 deletions

View File

@ -37,7 +37,6 @@ extern "C"
#include "lwip/tcp.h"
#include "lwip/inet.h"
#include "lwip/netif.h"
#include "cbuf.h"
#include "include/ClientContext.h"
#include "c_types.h"