1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-22 08:22:04 +03:00

Ethernet library refactoring

- removed arch folder
- merged socket.c and w5100.c for SAM and AVR, this is preparatory
  to make library vanilla
This commit is contained in:
Cristian Maglie
2014-01-04 14:13:05 +01:00
parent 673847c8b6
commit 618f537691
10 changed files with 47 additions and 996 deletions

View File

@ -4,7 +4,7 @@
#include "utility/w5100.h"
#include "EthernetUdp.h"
#include "util.h"
#include "utility/util.h"
#include "Dns.h"
#include <string.h>