taken over stopwatch changes

This commit is contained in:
Robin Müller 2020-09-18 12:28:29 +02:00
parent 0c6514a682
commit 37f4cc4644
1 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,7 @@
#ifndef FRAMEWORK_TIMEMANAGER_STOPWATCH_H_
#define FRAMEWORK_TIMEMANAGER_STOPWATCH_H_
#include "../timemanager/Clock.h"
#ifndef FSFW_TIMEMANAGER_STOPWATCH_H_
#define FSFW_TIMEMANAGER_STOPWATCH_H_
#include "Clock.h"
enum class StopwatchDisplayMode {
MILLIS,
@ -66,6 +67,4 @@ private:
};
#endif /* FRAMEWORK_TIMEMANAGER_STOPWATCH_H_ */
#endif /* FSFW_TIMEMANAGER_STOPWATCH_H_ */