ADC: dead

This commit is contained in:
Andrey Gusakov 2024-05-12 16:10:13 +03:00 committed by rusefillc
parent 6a3539815d
commit 75b3a26697
1 changed files with 0 additions and 5 deletions

View File

@ -21,11 +21,6 @@
#endif // def ADC_MUX_PIN
#endif // SLOW_ADC_CHANNEL_COUNT
// this structure contains one multi-channel ADC state snapshot
typedef struct {
volatile adcsample_t adc_data[ADC_MAX_CHANNELS_COUNT];
} adc_state;
class AdcDevice {
public:
explicit AdcDevice(ADCConversionGroup* p_hwConfig, adcsample_t *p_buf);