Example program running mbedClient over UbloxATCellularInterface or OnboardCellularInterface for the C030 platform.

Dependencies:   ublox-cellular-base ublox-at-cellular-interface ublox-ppp-cellular-interface ublox-at-cellular-interface-n2xx ublox-cellular-base-n2xx

Revision:
8:f341bfe37797
Parent:
5:d81fdd2c89f2
Child:
12:78e41b0a374f
--- a/main.cpp	Tue Jun 20 14:26:14 2017 +0100
+++ b/main.cpp	Mon Jul 31 13:22:44 2017 +0100
@@ -172,7 +172,9 @@
     // Attach a function to the user button
     userButton.rise(&cbButton);
     
+#if MBED_CONF_MBED_TRACE_ENABLE
     mbed_trace_init();
+#endif
     srand(seed);
 
     // Randomize source port
@@ -238,4 +240,4 @@
     }
 }
 
-// End Of File
\ No newline at end of file
+// End Of File