Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed nRF51822
Fork of BLE_iBeacon by
Revision 18:e49bb8b059bf, committed 2014-05-22
- 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;
