SampleIoT

Dependencies:   C12832 EthernetInterface IBMIoTF LM75B MMA7660 MQTT mbed-rtos mbed

Fork of IBMIoTClientLibrarySample by IBM Watson IoT

Revision:
2:2fc985a92cda
Parent:
1:e58533b6bc6b
--- a/src/LPC1768.h	Fri Nov 06 15:16:46 2015 +0000
+++ b/src/LPC1768.h	Tue Jan 05 08:53:43 2016 +0000
@@ -38,11 +38,4 @@
 
 #define DEFAULT_TYPE_NAME "iotsample-mbed-lpc1768"
 
-#include "lpc_phy.h"
-// need a wrapper since K64F and LPC1768 wont have the same name for mii read methods
-static uint32_t linkStatus(void)
-{
-    return (lpc_mii_read_data() & 1);
-}
-
 #endif
\ No newline at end of file