diff options
author | Keith Packard <keithp@keithp.com> | 2011-09-21 11:30:43 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-09-21 11:45:05 -0700 |
commit | 7a02d4bace05cc829522933b9df6b82a9e17336f (patch) | |
tree | 1d702f5e92a9f0c1288551486233d944e0f2d5c4 /src/core/ao.h | |
parent | 0820f5c6dfe067590f36e8201a4049719dcf3d7c (diff) |
altos: Add TelePyro v0.1 support
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao.h')
-rw-r--r-- | src/core/ao.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/ao.h b/src/core/ao.h index c28c4549..04610fea 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -1811,4 +1811,10 @@ ao_log_single_init(void); void ao_log_single(void); +/* + * ao_pyro_slave.c + */ + +#define AO_TELEPYRO_NUM_ADC 9 + #endif /* _AO_H_ */ |