IoT Example

Dependencies:   C12832 LM75B MMA7660 MQTT mbed-rtos mbed

Fork of IBMIoTClientEthernetExample by IBM Watson IoT

Revision:
10:6b9104576512
Parent:
7:2fb7a98b559c
--- a/K64F.h	Tue Sep 30 15:52:18 2014 +0000
+++ b/K64F.h	Fri Oct 10 08:00:26 2014 +0000
@@ -33,11 +33,11 @@
 
 #define DEFAULT_TYPE_NAME "iotsample-mbed-k64f"
 
-//#include "lpc_phy.h"
+#include "k64f_emac_config.h"
 // need a wrapper since K64F and LPC1768 wont have the same name for mii read methods
 static uint32_t linkStatus(void)
 {
-    return (1);
+    return phy_link_status();
 }
 
 #endif
\ No newline at end of file