Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
186:66814abc02a2
Parent:
184:b73d6c976063
Child:
192:54b758a8eaaa
--- a/main.cpp	Mon Sep 15 04:26:04 2014 +0000
+++ b/main.cpp	Fri Sep 19 04:47:24 2014 +0000
@@ -79,7 +79,7 @@
  #endif
  void *sf_status_reporter = NULL;
  
-#ifdef MAC_ADDRESS
+ #ifdef MAC_ADDRESS
  char mac[6] = {MAC_ADDRESS};
  extern "C" void mbed_mac_address(char *s) { for(int i=0;i<6;++i) s[i] = mac[i]; }
  char fmt_mac[RESOURCE_VALUE_LEN+1];