a

Dependencies:   4DGL-uLCD-SE EthernetInterface mbed rtos

Revision:
4:5780f46cbd63
Parent:
3:7862ff3a9feb
--- a/main.cpp	Sat Jun 25 03:14:25 2016 +0000
+++ b/main.cpp	Sat Jun 25 03:29:49 2016 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 #include "uLCD_4DGL.h"
- 
+#include "EthernetInterface.h"
   
 uLCD_4DGL lcd(p9,p10,p11);
 EthernetInterface eth;
@@ -47,7 +47,7 @@
 
 void receiveFromEthernet()
 {
-    Ethernet eth;
+    EthernetInterface eth;
     char buf[0x600];
  
     while(1)