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:
- 3:d6379f763d9b
- Parent:
- 2:aa141c404210
--- a/main.cpp Sun Nov 20 13:39:20 2022 +0000
+++ b/main.cpp Sun Nov 20 13:50:33 2022 +0000
@@ -1,7 +1,7 @@
/***************************************************************************
-* Titel : main.c
+* Titel : main.cpp
*
-* Description : Labormodul "DIBI"
+* Description : Labormodul "HAPOA"
*
* Revision List:
--------------------------------------------------------------------------
@@ -10,7 +10,16 @@
24.10.22 | J. Altenburg | Ersterstellung
--------------------------------------------------------------------------
| |
- ----------------------------------------------------------------------------
+ ---------------------------------------------------------------------------
+
+ Editor List:
+ --------------------------------------------------------------------------
+ Date | Author | Change
+ --------------------------------------------------------------------------
+ 20.11.22 |Tobias Zinke | Labor02
+ --------------------------------------------------------------------------
+ 20.11.22 |Alexander Pitthan| Labor02
+ ---------------------------------------------------------------------------
****************************************************************************/
#include "mbed.h"
#include "cdef.h"
@@ -332,6 +341,7 @@
if(wClockShow==0){
bMainState = enWaitForStart;
bDisplayState = enWaitForStart;
+ wDelayGame = 0;
vSetWaitForStart();
}
break;