Basic BLE comm Control Led using On/Off Command

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_LoopbackUART by Bluetooth Low Energy

Revision:
11:4f9451eaca3d
Parent:
10:d4cd8edc6216
Child:
12:51e2c29e3019
--- a/main.cpp	Sun Nov 09 21:05:20 2014 +0000
+++ b/main.cpp	Sun Nov 09 21:06:47 2014 +0000
@@ -103,7 +103,7 @@
     UARTService uartService(ble);
     uartServicePtr = &uartService;
 
-    while (true) {
+    while (true) { 
         ble.waitForEvent();
     }
 }