Skip to content

Commit 938d113

Browse files
committed
fix WordFactoryFrankenClock style compilation
1 parent 7723f3f commit 938d113

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

WordFactoryGermanV2Clock.h

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef WORD_FACTORY_FRANKEN_CLOCK_H
2-
#define WORD_FACTORY_FRANKEN_CLOCK_H
1+
#ifndef WORD_FACTORY_GERMANY_V2_CLOCK_H
2+
#define WORD_FACTORY_GERMANY_V2_CLOCK_H
33

44
#include "IWordFactoryFrankenClock.h"
55

@@ -24,8 +24,4 @@ class WordFactoryGermanV2Clock : public IWordFactoryFrankenClock {
2424
virtual const Word getWordForHour(uint8_t hour) const;
2525
};
2626

27-
#endif /* !WORD_FACTORY_FRANKEN_CLOCK_H */
28-
29-
30-
31-
27+
#endif /* !WORD_FACTORY_GERMANY_V2_CLOCK_H */

wordClock.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "PersistentStorage.h"
2020
#include "WordFactoryGermanV2Clock.h"
2121
#include "WordFactorySchwabenClock.h"
22+
#include "WordFactoryFrankenClock.h"
2223
#include "WordingStrategyStesie.h"
2324
#include "WordingStrategyEnglish.h"
2425
#include "WordingStrategyFranken.h"

0 commit comments

Comments
 (0)