[hal] Replace hardcoded sim array sizes with constants (#4015)

This commit is contained in:
Dustin Spicuzza
2022-02-10 03:12:07 -05:00
committed by GitHub
parent 74de97eeca
commit 3411eee20f
6 changed files with 11 additions and 6 deletions

View File

@@ -9,8 +9,6 @@
#include "hal/simulation/SimDataValue.h"
namespace hal {
constexpr int32_t kNumPDSimModules = hal::kNumREVPDHModules;
constexpr int32_t kNumPDSimChannels = hal::kNumREVPDHChannels;
class PowerDistributionData {
HAL_SIMDATAVALUE_DEFINE_NAME(Initialized)