hardware: no need to access fastAdc

This commit is contained in:
Andrey Gusakov 2024-06-25 23:31:15 +03:00 committed by rusefillc
parent 37e8d38ec7
commit 98e2e89f9c
1 changed files with 0 additions and 2 deletions

View File

@ -264,8 +264,6 @@ static AdcToken hipSampleIndex;
static AdcToken triggerSampleIndex;
#endif // HAL_TRIGGER_USE_ADC
extern AdcDevice fastAdc;
#ifdef FAST_ADC_SKIP
// No reason to enable if N = 1
static_assert(FAST_ADC_SKIP > 1);