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_Native_IRC mbed
Fork of sw_input_sample by
Diff: main.cpp
- Revision:
- 3:df03d6154360
- Parent:
- 2:b0e9b12b67e4
- Child:
- 4:05466501b5cb
--- a/main.cpp	Wed Aug 06 03:44:01 2014 +0000
+++ b/main.cpp	Wed Aug 06 03:47:34 2014 +0000
@@ -172,10 +172,6 @@
 /**************************************************************************/
 void updateServiceValues(uint8_t n)
 {
-      //if(btns_in == n) return;
-
-      /* Toggle the one second LEDs */
-      //oneSecondLed = !oneSecondLed;
       
       /* Update switches status */      
       btns_in = n;
    