Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: UIPEthernet.h
- Revision:
- 2:049ce85163c5
- Parent:
- 0:5350a66d5279
- Child:
- 4:d774541a34da
diff -r 01c2344f98a3 -r 049ce85163c5 UIPEthernet.h
--- a/UIPEthernet.h Thu Nov 20 21:26:54 2014 +0000
+++ b/UIPEthernet.h Sat Dec 20 11:08:11 2014 +0000
@@ -25,16 +25,16 @@
#include "ethernet_comp.h"
#include <mbed.h>
#include "Dhcp.h"
- #include "IPAddress.h"
- #include "Enc28J60Network.h"
+ #include "utility/IPAddress.h"
+ #include "utility/Enc28J60Network.h"
#include "UIPClient.h"
#include "UIPServer.h"
#include "UIPUdp.h"
extern "C"
{
- #include "uip_timer.h"
- #include "uip.h"
+ #include "utility/uip_timer.h"
+ #include "utility/uip.h"
}
//#define UIPETHERNET_DEBUG
//#define UIPETHERNET_DEBUG_CHKSUM