diff options
| author | Keith Packard <keithp@keithp.com> | 2012-05-27 17:29:27 -0600 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-05-27 17:29:27 -0600 |
| commit | 627b904b36e129ff2ead436a626699abfc3b3211 (patch) | |
| tree | 665d2101274eb726c8d5772112ae1ed3b4263215 /src/stm-demo/ao_pins.h | |
| parent | 090dc9aecdf4cfd1ac727325ae141d441c5b28aa (diff) | |
altos: Make stm-demo compile with new ao_data structure
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-demo/ao_pins.h')
| -rw-r--r-- | src/stm-demo/ao_pins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm-demo/ao_pins.h b/src/stm-demo/ao_pins.h index 1daab351..d02c071c 100644 --- a/src/stm-demo/ao_pins.h +++ b/src/stm-demo/ao_pins.h @@ -156,6 +156,7 @@ struct ao_adc { #define HAS_ADC_TEMP 1 +#define AO_DATA_RING 32 #define AO_NUM_ADC 3 #define AO_ADC_SQ1 AO_ADC_IDD |
