From c8c2e543a153b698613021a1bc898133bebca707 Mon Sep 17 00:00:00 2001 From: Cleanroom Laptop L590 Date: Fri, 25 Mar 2022 12:44:43 +0100 Subject: [PATCH] update project file, new definitions file --- common/config/definitions.h | 13 +++++++++++++ misc/eclipse/.cproject | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 common/config/definitions.h diff --git a/common/config/definitions.h b/common/config/definitions.h new file mode 100644 index 00000000..76e05dd7 --- /dev/null +++ b/common/config/definitions.h @@ -0,0 +1,13 @@ +#ifndef COMMON_CONFIG_DEFINITIONS_H_ +#define COMMON_CONFIG_DEFINITIONS_H_ + +#include + +namespace config { + +static constexpr uint32_t PL_PCDU_TRANSITION_TIMEOUT_MS = 20 * 60 * 60 * 1000; +static constexpr uint32_t LONGEST_MODE_TIMEOUT = +} + + +#endif /* COMMON_CONFIG_DEFINITIONS_H_ */ diff --git a/misc/eclipse/.cproject b/misc/eclipse/.cproject index 15b0195b..aa59f2da 100644 --- a/misc/eclipse/.cproject +++ b/misc/eclipse/.cproject @@ -589,7 +589,7 @@ - +