add new addrs
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2023-10-25 08:23:36 +02:00
parent ec903abd49
commit f55b475f7e
3 changed files with 13 additions and 7 deletions

View File

@ -115,6 +115,9 @@ static constexpr float SCHED_BLOCK_10_PERIOD =
} // namespace spiSched
namespace pdec {
static constexpr uint32_t PDEC_CONFIG_BASE_ADDR_LEGACY = 0x24000000;
}
} // namespace config
#endif /* COMMON_CONFIG_DEFINITIONS_H_ */