v2

Dependencies:   BLE_API mbed DOOR

Fork of DOOR by Aura-Tech Solutions

Files at this revision

API Documentation at this revision

Comitter:
Rohit Grover
Date:
Thu May 22 17:10:38 2014 +0100
Parent:
17:e7748951593e
Child:
19:869d8c7306b4
Commit message:
minor white space diffs

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;