update project file, new definitions file
This commit is contained in:
13
common/config/definitions.h
Normal file
13
common/config/definitions.h
Normal 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_ */
|
Reference in New Issue
Block a user