mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Revision:
8:4acb22344932
Parent:
4:d774541a34da
diff -r 1bc7e6120801 -r 4acb22344932 Udp.h
--- a/Udp.h	Tue Apr 26 18:37:14 2016 +0000
+++ b/Udp.h	Fri Jun 30 19:51:28 2017 +0000
@@ -32,10 +32,10 @@
  * bjoern@cs.stanford.edu 12/30/2008
  */
 #ifndef udp_h
-    #define udp_h
+#define udp_h
 
-    #include <mbed.h>
-    #include <IPAddress.h>
+#include "mbed.h"
+#include "IPAddress.h"
 
 //class UDP : public Stream {
 class   UDP