Beacon demo for the BLE API using the nRF51822 native mode drivers

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_iBeacon by Bluetooth Low Energy

Revision:
18:e49bb8b059bf
Parent:
17:e7748951593e
Child:
19:869d8c7306b4
--- a/main.cpp	Thu May 22 17:10:08 2014 +0100
+++ b/main.cpp	Thu May 22 17:10:38 2014 +0100
@@ -93,11 +93,6 @@
     flipper.attach(&tickerCallback, 1.0);
 }
 
-/**************************************************************************/
-/*!
-    @brief  Ticker callback to switch tickerLED state
-*/
-/**************************************************************************/
 void tickerCallback(void)
 {
     tickerLED = !tickerLED;