test

Dependencies:   BLE_API mbed-src-nrf51822 mbed nRF51822

Fork of BLE_Beacon by TAIL

Revision:
1:6a11130be3d1
Parent:
0:fca875b40c8a
diff -r fca875b40c8a -r 6a11130be3d1 main.cpp
--- a/main.cpp	Tue Sep 09 18:14:03 2014 +0000
+++ b/main.cpp	Tue Dec 01 12:25:15 2015 +0000
@@ -20,7 +20,7 @@
 BLEDevice ble;
 
 #define NEED_CONSOLE_OUTPUT 0 /* Set this if you need debug messages on the console;
-                               * it will have an impact on code-size and power consumption. */
+* it will have an impact on code-size and power consumption. */
 
 #if NEED_CONSOLE_OUTPUT
 Serial  pc(USBTX, USBRX);