diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-24 00:15:09 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-24 00:15:09 -0700 |
commit | f155333ae18a25068644792e8940269d9fb28033 (patch) | |
tree | 9651c3510264d7bd554a09ffd518838c48aa9b16 /ao.h | |
parent | f9c1c545c9dc11c3190a6cf7504883131fffce2f (diff) |
Avoid ram from 0xfda2 through feff, its funky
Diffstat (limited to 'ao.h')
-rw-r--r-- | ao.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ ao_timer_init(void); * ao_adc.c */ -#define AO_ADC_RING 128 +#define AO_ADC_RING 64 /* * One set of samples read from the A/D converter |