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: mbed
Diff: main.cpp
- Revision:
- 2:aa141c404210
- Parent:
- 1:ff198413587f
--- a/main.cpp	Sun Nov 20 13:31:04 2022 +0000
+++ b/main.cpp	Sun Nov 20 13:39:20 2022 +0000
@@ -255,12 +255,6 @@
             if((bDigit&0x03) == 0x01) { /* Dezimalpunkt setzen */
                 wSerial = wSerial & ~nSegH;
                 }
-            //if((bDigit&0x03) == 0x03){
-                //wClockMehrzweck++;
-                //if(wClockMehrzweck > 1200){
-                    //bDisplayState= enWaitForStart;
-                    //}
-                //}
             break;
     }
     vShiftLoad(((wSerial << 8) & 0xfff0)| (1 << (bDigit&0x03)));