update project file, new definitions file

This commit is contained in:
Cleanroom Laptop L590
2022-03-25 12:44:43 +01:00
parent 8f63e6321e
commit c8c2e543a1
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
#ifndef COMMON_CONFIG_DEFINITIONS_H_
#define COMMON_CONFIG_DEFINITIONS_H_
#include <cstdint>
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_ */