@@ -549,11 +549,11 @@ void ClockWork::setMinute(uint8_t min, uint8_t &offsetHour, bool &fullHour) {
549
549
usedUhrType->show (FrontWord::nach);
550
550
break ;
551
551
case 20 :
552
- if (hasTwentyAndCheckForUsage () && G. UhrtypeDef == Fr10x11 ) {
552
+ if (hasTwentyAndCheckForUsage ()) {
553
553
usedUhrType->show (FrontWord::min_20);
554
- } else if (hasTwentyAndCheckForUsage () && G.UhrtypeDef != Fr10x11) {
555
- usedUhrType->show (FrontWord::min_20 );
556
- usedUhrType-> show (FrontWord::nach);
554
+ if (G.UhrtypeDef != Fr10x11) {
555
+ usedUhrType->show (FrontWord::nach );
556
+ }
557
557
} else {
558
558
usedUhrType->show (FrontWord::min_10);
559
559
usedUhrType->show (FrontWord::vor);
@@ -566,11 +566,11 @@ void ClockWork::setMinute(uint8_t min, uint8_t &offsetHour, bool &fullHour) {
566
566
case 23 :
567
567
case 24 :
568
568
case 25 :
569
- if (usedUhrType->hasTwentyfive ()&& G. UhrtypeDef == Fr10x11 ) {
569
+ if (usedUhrType->hasTwentyfive ()) {
570
570
usedUhrType->show (FrontWord::min_25);
571
- } else if (usedUhrType-> hasTwentyfive () && G.UhrtypeDef != Fr10x11) {
572
- usedUhrType->show (FrontWord::min_25 );
573
- usedUhrType-> show (FrontWord::nach);
571
+ if (G.UhrtypeDef != Fr10x11) {
572
+ usedUhrType->show (FrontWord::nach );
573
+ }
574
574
} else {
575
575
usedUhrType->show (FrontWord::min_5);
576
576
usedUhrType->show (FrontWord::vor);
0 commit comments