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:
@ -4,7 +4,7 @@
|
||||
|
||||
#include "utility/w5100.h"
|
||||
#include "EthernetUdp.h"
|
||||
#include "util.h"
|
||||
#include "utility/util.h"
|
||||
|
||||
#include "Dns.h"
|
||||
#include <string.h>
|
||||
|
Reference in New Issue
Block a user