Skip to content

Commit 16274e4

Browse files
committed
change layout according to arduino library specification 1.5rev2
1 parent e12a4f6 commit 16274e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2
-2
lines changed

examples/AdvancedChatServer/AdvancedChatServer.ino renamed to UIPEthernet/examples/AdvancedChatServer/AdvancedChatServer.ino

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Dhcp.cpp renamed to UIPEthernet/src/Dhcp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <stdlib.h>
66
#include "Dhcp.h"
77
#include "Arduino.h"
8-
#include "util.h"
8+
#include "utility/util.h"
99

1010
int DhcpClass::beginWithDHCP(uint8_t *mac, unsigned long timeout, unsigned long responseTimeout)
1111
{
File renamed without changes.

0 commit comments

Comments
 (0)