virtual servers warnings fixed

This commit is contained in:
maliakal_d 2020-03-10 15:53:44 +01:00
parent ac1c40d6f9
commit e4942a5c8d
2 changed files with 3 additions and 3 deletions

View File

@ -40,8 +40,8 @@ int32_t clkPhase[NUM_CLOCKS] = {};
uint32_t clkFrequency[NUM_CLOCKS] = {};
uint32_t systemFrequency = 0;
int highvoltage = 0;
int dacValues[NDAC] = {0};
int onChipdacValues[ONCHIP_NDAC][NCHIP] = {0};
int dacValues[NDAC] = {};
int onChipdacValues[ONCHIP_NDAC][NCHIP] = {};
int injectedChannelsOffset = 0;
int injectedChannelsIncrement = 0;
int vetoReference[NCHIP][NCHAN];

View File

@ -36,7 +36,7 @@ int32_t clkPhase[NUM_CLOCKS] = {};
uint32_t clkFrequency[NUM_CLOCKS] = {};
int highvoltage = 0;
int dacValues[NDAC] = {0};
int dacValues[NDAC] = {};
int detPos[2] = {};
uint32_t countermask = 0; // will be removed later when in firmware converted to mask