diff options
| author | Keith Packard <keithp@keithp.com> | 2012-04-12 14:51:07 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-04-14 14:04:29 -0700 |
| commit | 040a6eb119451026e1ec7c3a6a8e76b439c632d5 (patch) | |
| tree | c334b0f83d8202626c544238b53def46339042b0 /src/avr/ao_arch.h | |
| parent | f952f9c285e2718a433c8c720c9b5d9c369e7036 (diff) | |
altos: Massive product config cleanup
Support multiple serial ports more cleanly
Split out parts of ao.h into separate feature header files
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/avr/ao_arch.h')
| -rw-r--r-- | src/avr/ao_arch.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/avr/ao_arch.h b/src/avr/ao_arch.h index b816279e..c775dab6 100644 --- a/src/avr/ao_arch.h +++ b/src/avr/ao_arch.h @@ -146,12 +146,5 @@ extern uint8_t ao_cpu_sleep_disable; #define AO_TELESCIENCE_NUM_ADC 12 -struct ao_adc { - uint16_t tick; /* tick when the sample was read */ - uint16_t adc[AO_TELESCIENCE_NUM_ADC]; /* samples */ -}; - -#define AO_ADC_RING 16 - #endif /* _AO_ARCH_H_ */ |
