1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Disable F7 D-cache until more knowledge is acquired

This commit is contained in:
Sami Korhonen 2017-02-14 20:13:17 +02:00 committed by borisbstyle
parent a135e9cbb2
commit 1102df5d68
5 changed files with 8 additions and 8 deletions

View file

@ -193,7 +193,7 @@ void adcInit(adcConfig_t *config)
}
}
HAL_CLEANINVALIDATECACHE((uint32_t*)&adcValues, configuredAdcChannels);
//HAL_CLEANINVALIDATECACHE((uint32_t*)&adcValues, configuredAdcChannels);
/*##-4- Start the conversion process #######################################*/
if(HAL_ADC_Start_DMA(&adc.ADCHandle, (uint32_t*)&adcValues, configuredAdcChannels) != HAL_OK)
{