diff --git a/Adcs.c b/Adcs.c index 453f6f7..4b42235 100644 --- a/Adcs.c +++ b/Adcs.c @@ -19,6 +19,7 @@ void Bsp_ADC1_HandleResult(const uint32_t *const pBuffer) { } + #define ADC0_CHN_NUM_EN 31 static uint32_t s_aAdc0ResultBuf[ADC0_CHN_NUM_EN] = {0U}; static const ADC_ChannelCfgType s_aChannelsAdc0[ADC0_CHN_NUM_EN] =