summaryrefslogtreecommitdiff
path: root/src/stmf0/ao_adc_fast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stmf0/ao_adc_fast.h')
-rw-r--r--src/stmf0/ao_adc_fast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stmf0/ao_adc_fast.h b/src/stmf0/ao_adc_fast.h
index 3f0b0547..504651e5 100644
--- a/src/stmf0/ao_adc_fast.h
+++ b/src/stmf0/ao_adc_fast.h
@@ -26,7 +26,7 @@ void
ao_adc_init(void);
/* Total ring size in samples */
-#define AO_ADC_RING_SIZE 256
+#define AO_ADC_RING_SIZE 1024
extern uint16_t ao_adc_ring[AO_ADC_RING_SIZE] __attribute__((aligned(4)));